Skip to content

Commit 2dbb7a6

Browse files
committed
Moved to Node.js >= 8 for async/await support
1 parent 7fd1a91 commit 2dbb7a6

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
@@ -24,7 +24,7 @@
2424
"main": "grunt.js",
2525
"bin": "bin/grunt-zip",
2626
"engines": {
27-
"node": ">= 0.10.0"
27+
"node": ">= 8.0.0"
2828
},
2929
"scripts": {
3030
"test": "rm -r test/actual &> /dev/null && mocha"

0 commit comments

Comments
 (0)