Skip to content

Commit e5093bb

Browse files
committed
Allow Node 6.x
1 parent 108f193 commit e5093bb

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
@@ -37,7 +37,7 @@
3737
],
3838
"main": "Gruntfile.js",
3939
"engines": {
40-
"node": ">= 8.0.0"
40+
"node": ">= 6.0.0"
4141
},
4242
"scripts": {
4343
"test": "grunt test"

0 commit comments

Comments
 (0)