Skip to content

Commit 1a7100a

Browse files
kerimdzhanovAwk34
authored andcommitted
chore(package): update node/npm versions in the generated package.json (#2126)
Update required engine versions in the generated `package.json` to make it same as in the generator's `package.json`.
1 parent 03c1cf5 commit 1a7100a

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
@@ -189,8 +189,8 @@
189189
"typings": "^0.8.1"<% } %>
190190
},
191191
"engines": {
192-
"node": "^4.4.6",
193-
"npm": "^2.15.5"
192+
"node": "^6.2.2",
193+
"npm": "^3.9.5"
194194
},
195195
"scripts": {
196196
"test": "gulp test",

0 commit comments

Comments
 (0)