Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit e565ec1

Browse files
committed
chore(node): specify requires node < 10
1 parent 7ac50dd commit e565ec1

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
@@ -4,7 +4,7 @@
44
"description": "A full featured configurable asset pipeline and static site builder",
55
"license": "MIT",
66
"engines": {
7-
"node": ">=6.11.1",
7+
"node": ">=6.11.1 <10",
88
"npm": ">=3.10.3"
99
},
1010
"main": "gulpfile.js/index.js",

0 commit comments

Comments
 (0)