Skip to content

Commit

Permalink
Merge pull request #13 from goldcaddy77/feat/downgrade-node-version
Browse files Browse the repository at this point in the history
fix(node-version): downgrade node version
  • Loading branch information
goldcaddy77 authored Jan 24, 2018
2 parents 6576d76 + c558535 commit 9953870
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 @@ -14,7 +14,7 @@
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
"node": ">=4.2.0"
},
"scripts": {
"build": "NODE_ENV=production tsc && webpack",
Expand Down

0 comments on commit 9953870

Please sign in to comment.