Skip to content

Commit 78f7eac

Browse files
committed
fix(ng-serve): match brocolli version with angular
Close #220
1 parent ba9ad66 commit 78f7eac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/angular/angular-cli",
3131
"dependencies": {
32-
"broccoli": "^1.0.0-beta.6",
33-
"broccoli-concat": "2.1.0",
32+
"broccoli": "^0.16.9",
33+
"broccoli-concat": "0.0.13",
3434
"broccoli-funnel": "^1.0.1",
3535
"broccoli-merge-trees": "^1.0.1",
3636
"broccoli-writer": "^0.1.1",
@@ -40,7 +40,6 @@
4040
"fs-extra": "^0.18.4",
4141
"leek": "0.0.19",
4242
"lodash": "^3.10.0",
43-
"multidep": "^2.0.0",
4443
"node-notifier": "^4.4.0",
4544
"resolve": "^1.0.0",
4645
"shelljs": "^0.5.3",

0 commit comments

Comments
 (0)