Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 750cfd5

Browse files
committed
Allow all node versions >= 6.x
Based on graphql/graphql-js#1508
1 parent 3804d26 commit 750cfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)