Skip to content

Commit

Permalink
fix: update engines for node in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
{YOUR NAME HERE} authored and {YOUR NAME HERE} committed May 22, 2019
1 parent a8d85a4 commit 70ae9a3
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": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": ">= 6.0.0"
"node": ">= 6.0.0 <9.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 70ae9a3

Please sign in to comment.