Skip to content

Commit

Permalink
Merge pull request #2702 from albert-92/fixes-5.0.0rc1
Browse files Browse the repository at this point in the history
fix(app): wrong engines in package.json #2696
  • Loading branch information
Awk34 committed Mar 24, 2018
2 parents 0ab3037 + cbc2a22 commit 86d890c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app/_package.json
Expand Up @@ -210,8 +210,8 @@
"tslint": "^5.7.0"<% } %>
},
"engines": {
"node": "^6.2.2",
"npm": "^3.9.5"
"node": ">=6.x.x",
"npm": ">=3.9.5"
},
"scripts": {
"postinstall": "gulp copy:fonts:dev",
Expand Down

0 comments on commit 86d890c

Please sign in to comment.