Skip to content

Commit 878d427

Browse files
committed
Fix engines option of package.json to version 9.
1 parent c86c811 commit 878d427

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
"url": "https://github.com/heldinz"
1111
},
1212
"engines": {
13-
"node": ">=0.10.0"
13+
"node": ">=9.0.0"
1414
},
1515
"scripts": {
1616
"test": "mocha -R spec",

0 commit comments

Comments
 (0)