Skip to content

Commit

Permalink
update package.json file to support node 9.x (#1508)
Browse files Browse the repository at this point in the history
* update package.json file to support node 9.x

Some of use are using node 9.x

* Allow all node versions >= 6.x
  • Loading branch information
simcoder authored and IvanGoncharov committed Sep 5, 2018
1 parent 5b1ac59 commit 1f44c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"graphql-js"
],
"engines": {
"node": "6.x || 8.x || >= 10.x"
"node": ">= 6.x"
},
"scripts": {
"watch": "node ./resources/watch.js",
Expand Down

0 comments on commit 1f44c59

Please sign in to comment.