Skip to content

Commit

Permalink
fix(angular-cli): add necessary dependencies. (angular#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl authored and MRHarrison committed Feb 9, 2017
1 parent 3c6cb97 commit 304a17a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"npm": ">= 3.0.0"
},
"author": "Angular Authors",
"contributors": [
"Rody Haddad <[email protected]> (http://rodyhaddad.com/)",
"Igor Minar <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
Expand Down
3 changes: 3 additions & 0 deletions packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"dependencies": {
"@angular-cli/ast-tools": "^1.0.1",
"@angular-cli/base-href-webpack": "^1.0.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "^2.1.0",
"@ngtools/webpack": "latest",
"angular2-template-loader": "^0.5.0",
"awesome-typescript-loader": "^2.2.3",
Expand Down Expand Up @@ -82,6 +84,7 @@
"quick-temp": "0.1.5",
"raw-loader": "^0.5.1",
"readline2": "0.1.1",
"reflect-metadata": "^0.1.8",
"remap-istanbul": "^0.6.4",
"resolve": "^1.1.7",
"rimraf": "^2.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"peerDependencies": {
"typescript": "^2.0.2",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "^2.0.0",
"@angular/core": "^2.1.0",
"reflect-metadata": "^0.1.8"
}
}

0 comments on commit 304a17a

Please sign in to comment.