Skip to content

Commit af26da4

Browse files
committed
updating engines.js package.json entry to match what we test against
1 parent 2098ec3 commit af26da4

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
@@ -81,7 +81,7 @@
8181
"websocket": "^1.0.22"
8282
},
8383
"engines": {
84-
"node": ">=0.10"
84+
"node": ">=0.12"
8585
},
8686
"scripts": {
8787
"test": "jshint --exclude ./node_modules/ && mocha --reporter spec --timeout 4000",

0 commit comments

Comments
 (0)