Skip to content

Commit c3b1741

Browse files
committed
build(@angular/cli): fix @angular dep warnings
We still need these dependencies as they are peerDeps of @ngtools/webpack. Partially revert angular#4473 Fix angular#4575
1 parent 217a87e commit c3b1741

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@angular/cli/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
},
2727
"homepage": "https://github.com/angular/angular-cli",
2828
"dependencies": {
29+
"@angular/compiler": "^2.3.1",
30+
"@angular/compiler-cli": "^2.3.1",
31+
"@angular/core": "^2.3.1",
32+
"@angular/tsc-wrapped": "^0.5.0",
2933
"@ngtools/json-schema": "1.0.3",
3034
"@ngtools/webpack": "1.2.9",
3135
"async": "^2.1.4",

0 commit comments

Comments
 (0)