Skip to content

Commit 3e1611f

Browse files
filipesilvakieronqtran
authored andcommitted
chore: add engine entries to package.json
Fix angular#2712 Close angular#2715
1 parent ac9af88 commit 3e1611f

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"url": "https://github.com/angular/angular-cli.git"
3131
},
3232
"engines": {
33-
"node": ">= 4.1.0"
33+
"node": ">= 4.1.0",
34+
"npm": ">= 3.0.0"
3435
},
3536
"author": "Angular Authors",
3637
"contributors": [

packages/angular-cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"url": "https://github.com/angular/angular-cli.git"
1616
},
1717
"engines": {
18-
"node": ">= 4.1.0"
18+
"node": ">= 4.1.0",
19+
"npm": ">= 3.0.0"
1920
},
2021
"author": "Angular Authors",
2122
"license": "MIT",

packages/ast-tools/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"url": "https://github.com/angular/angular-cli/issues"
2020
},
2121
"homepage": "https://github.com/angular/angular-cli",
22+
"engines": {
23+
"node": ">= 4.1.0",
24+
"npm": ">= 3.0.0"
25+
},
2226
"dependencies": {
2327
"@angular/tsc-wrapped": "^0.3.0",
2428
"rxjs": "5.0.0-beta.11",

packages/webpack/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"url": "https://github.com/angular/angular-cli/issues"
1414
},
1515
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/webpack",
16+
"engines": {
17+
"node": ">= 4.1.0",
18+
"npm": ">= 3.0.0"
19+
},
1620
"dependencies": {
1721
"@angular-cli/ast-tools": "^1.0.0"
1822
},

0 commit comments

Comments
 (0)