Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Dec 15, 2016
1 parent 5c046f2 commit c2f0ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-graphql",
"version": "0.3.1",
"version": "0.4.0",
"description": "Create GraphQL schemas from RDF-based ontologies",
"main": "index.js",
"author": "David Hérault <david.herault@nelson.ai> (https://github.com/dherault)",
Expand Down Expand Up @@ -29,16 +29,16 @@
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.12.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"graphql": "^0.8.2",
"graphql-relay": "^0.4.4",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"dependencies": {
"n3": "^0.8.3"
"n3": "^0.8.4"
},
"peerDependencies": {
"graphql": "^0.8.2"
Expand Down

0 comments on commit c2f0ab7

Please sign in to comment.