Skip to content

Commit

Permalink
Merge pull request #469 from bc-williamkwon/patch-3
Browse files Browse the repository at this point in the history
STRF-6713 CLI: Update engines in package.json
  • Loading branch information
junedkazi authored May 22, 2019
2 parents a8d85a4 + 70ae9a3 commit c3d655c
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 c3d655c

Please sign in to comment.