Skip to content

Commit 8d1d286

Browse files
filipesilvaBrocco
authored andcommitted
chore: add engine entries to package.json
Fix #2712 Close #2715
1 parent 473336a commit 8d1d286

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)