Skip to content

Commit 690ada6

Browse files
committed
fix(package): require Node.js 8.3+
1 parent f355674 commit 690ada6

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
@@ -22,7 +22,7 @@
2222
],
2323
"main": "index.js",
2424
"engines": {
25-
"node": ">=8"
25+
"node": ">=8.3"
2626
},
2727
"scripts": {
2828
"test": "mocha -r ./test/mocha-initialization.js",

0 commit comments

Comments
 (0)