Skip to content

Commit 1f44c59

Browse files
simcoderIvanGoncharov
authored andcommitted
update package.json file to support node 9.x (#1508)
* update package.json file to support node 9.x Some of use are using node 9.x * Allow all node versions >= 6.x
1 parent 5b1ac59 commit 1f44c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graphql-js"
2020
],
2121
"engines": {
22-
"node": "6.x || 8.x || >= 10.x"
22+
"node": ">= 6.x"
2323
},
2424
"scripts": {
2525
"watch": "node ./resources/watch.js",

0 commit comments

Comments
 (0)