Skip to content

Commit a448361

Browse files
IvanGoncharovjliu670
authored and
jliu670
committed
Allow all node versions >= 6.x
Based on graphql/graphql-js#1508
1 parent 2778e79 commit a448361

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
@@ -20,7 +20,7 @@
2020
"api"
2121
],
2222
"engines": {
23-
"node": "6.x || 8.x || >= 10.x"
23+
"node": ">= 6.x"
2424
},
2525
"main": "dist/index.js",
2626
"directories": {

0 commit comments

Comments
 (0)