Skip to content

Commit 3cdf8ee

Browse files
committedJun 17, 2020
bump min node version
1 parent a3bd9d0 commit 3cdf8ee

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
@@ -25,7 +25,7 @@
2525
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
2626
},
2727
"engines": {
28-
"node": ">=4.9.1 "
28+
"node": ">=6.4.0"
2929
},
3030
"dependencies": {
3131
"commander": "^5.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.