Skip to content

Commit 86d890c

Browse files
authored
Merge pull request #2702 from albert-92/fixes-5.0.0rc1
fix(app): wrong engines in package.json #2696
2 parents 0ab3037 + cbc2a22 commit 86d890c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/app/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
"tslint": "^5.7.0"<% } %>
211211
},
212212
"engines": {
213-
"node": "^6.2.2",
214-
"npm": "^3.9.5"
213+
"node": ">=6.x.x",
214+
"npm": ">=3.9.5"
215215
},
216216
"scripts": {
217217
"postinstall": "gulp copy:fonts:dev",

0 commit comments

Comments
 (0)