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

Commit

Permalink
chore(node): specify requires node < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 20, 2019
1 parent 7ac50dd commit e565ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A full featured configurable asset pipeline and static site builder",
"license": "MIT",
"engines": {
"node": ">=6.11.1",
"node": ">=6.11.1 <10",
"npm": ">=3.10.3"
},
"main": "gulpfile.js/index.js",
Expand Down

0 comments on commit e565ec1

Please sign in to comment.