Skip to content

Commit

Permalink
Merge pull request #5 from taion/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
taion authored Sep 6, 2016
2 parents 9a8fe68 + fce3470 commit adbbf4d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": ["es2015-loose"],
"presets": [
["es2015", { "loose": true }]
],
"plugins": ["add-module-exports"]
}
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,19 @@
},
"homepage": "https://github.com/taion/graphql-type-json#readme",
"peerDependencies": {
"graphql": "^0.4.0 || ^0.5.0 || ^0.6.0"
"graphql": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-cli": "^6.14.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-register": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.1",
"graphql": "^0.6.0",
"mocha": "^2.5.3",
"rimraf": "^2.5.2"
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"graphql": "^0.7.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4"
}
}
5 changes: 5 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"env": {
"mocha": true
},
"rules": {
"import/no-extraneous-dependencies": [2, {
"devDependencies": true
}]
}
}

0 comments on commit adbbf4d

Please sign in to comment.