Skip to content

Commit a89bd94

Browse files
authored
Merge pull request node-fetch#308 from jkantr/exclude-node-5
explicitly exclude node 5 from engines directive
2 parents 2b359c1 + 76506a8 commit a89bd94

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
@@ -10,7 +10,7 @@
1010
"lib/index.es.js"
1111
],
1212
"engines": {
13-
"node": ">=4"
13+
"node": "4.x || >=6.0.0"
1414
},
1515
"scripts": {
1616
"build": "cross-env BABEL_ENV=rollup rollup -c",

0 commit comments

Comments
 (0)