Skip to content

Commit 0cec113

Browse files
author
elf Pavlik
committed
updated last dependencies and added 2 shields to README
1 parent 1e49402 commit 0cec113

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ LevelGraph-JSONLD
33

44
![Logo](https://github.com/mcollina/node-levelgraph/raw/master/logo.png)
55

6+
[![Build Status](https://travis-ci.org/mcollina/levelgraph-jsonld.png)](https://travis-ci.org/mcollina/levelgraph-jsonld)
7+
[![Coverage Status](https://coveralls.io/repos/mcollina/levelgraph-jsonld/badge.png)](https://coveralls.io/r/mcollina/levelgraph-jsonld)
8+
[![Dependency Status](https://david-dm.org/mcollina/levelgraph-jsonld.png?theme=shields.io)](https://david-dm.org/mcollina/levelgraph-jsonld)
9+
610
__LevelGraph-JSONLD__ is a plugin for
711
[LevelGraph](http://github.com/mcollina/levelgraph) that adds the
812
ability to store, retrieve and delete JSON-LD objects.
913
In fact, it is a full-bown Object-Document-Mapper (ODM) for
1014
__LevelGraph__.
1115

12-
[![Build
13-
Status](https://travis-ci.org/mcollina/levelgraph-jsonld.png)](https://travis-ci.org/mcollina/levelgraph-jsonld)
14-
1516
## Install on Node.js
1617

1718
```shell

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"n3": "~0.2.1"
3636
},
3737
"peerDependencies": {
38-
"levelgraph": "~0.7.0"
38+
"levelgraph": "~0.7.1"
3939
},
4040
"devDependencies": {
4141
"mocha": "~1.16.2",
42-
"levelgraph": "~0.7.0",
43-
"level-test": "~1.4.0",
42+
"levelgraph": "~0.7.1",
43+
"level-test": "~1.5.2",
4444
"chai": "~1.8.1",
4545
"lodash": "~2.4.1"
4646
}

0 commit comments

Comments
 (0)