Skip to content

Commit 3f2502e

Browse files
committed
feat(package): add support for node 8
1 parent 8c79ff5 commit 3f2502e

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
@@ -16,7 +16,7 @@
1616
"test": "./node_modules/.bin/mocha --harmony --compilers js:babel-register 'node-tests/**/*-test.js'"
1717
},
1818
"engines": {
19-
"node": "^4.5 || 6.* || 7.*"
19+
"node": "^4.5 || 6.* || 7.* || 8.*"
2020
},
2121
"author": {
2222
"name": "Alex Blom",

0 commit comments

Comments
 (0)