Skip to content

Commit 8f574e4

Browse files
authored
fix(angular-cli): add necessary dependencies. (#3152)
Fixes #3148.
1 parent f495bd8 commit 8f574e4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
"npm": ">= 3.0.0"
3535
},
3636
"author": "Angular Authors",
37-
"contributors": [
38-
"Rody Haddad <[email protected]> (http://rodyhaddad.com/)",
39-
"Igor Minar <[email protected]>"
40-
],
4137
"license": "MIT",
4238
"bugs": {
4339
"url": "https://github.com/angular/angular-cli/issues"

packages/angular-cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"dependencies": {
2828
"@angular-cli/ast-tools": "^1.0.1",
2929
"@angular-cli/base-href-webpack": "^1.0.0",
30+
"@angular/compiler-cli": "^2.1.0",
31+
"@angular/core": "^2.1.0",
3032
"@ngtools/webpack": "latest",
3133
"angular2-template-loader": "^0.5.0",
3234
"awesome-typescript-loader": "^2.2.3",
@@ -82,6 +84,7 @@
8284
"quick-temp": "0.1.5",
8385
"raw-loader": "^0.5.1",
8486
"readline2": "0.1.1",
87+
"reflect-metadata": "^0.1.8",
8588
"remap-istanbul": "^0.6.4",
8689
"resolve": "^1.1.7",
8790
"rimraf": "^2.5.3",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"peerDependencies": {
3131
"typescript": "^2.0.2",
3232
"@angular/compiler-cli": "^2.1.0",
33-
"@angular/core": "^2.0.0",
33+
"@angular/core": "^2.1.0",
3434
"reflect-metadata": "^0.1.8"
3535
}
3636
}

0 commit comments

Comments
 (0)