Skip to content

Commit 1402ee0

Browse files
committed
chore: downgrade to angular rc.0
1 parent 6aac49b commit 1402ee0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,13 @@
111111
"yargs": "^4.2.0"
112112
},
113113
"dependencies": {
114-
"@angular/common": "2.0.0-rc.1",
115-
"@angular/compiler": "2.0.0-rc.1",
116-
"@angular/core": "2.0.0-rc.1",
117-
"@angular/http": "2.0.0-rc.1",
118-
"@angular/platform-browser": "2.0.0-rc.1",
119-
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
120-
"@angular/router": "2.0.0-rc.1",
121-
"@angular/router-deprecated": "2.0.0-rc.1",
114+
"@angular/common": "2.0.0-rc.0",
115+
"@angular/compiler": "2.0.0-rc.0",
116+
"@angular/core": "2.0.0-rc.0",
117+
"@angular/http": "2.0.0-rc.0",
118+
"@angular/platform-browser": "2.0.0-rc.0",
119+
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
120+
"@angular/router": "2.0.0-rc.0",
122121
"es6-module-loader": "^0.17.8",
123122
"es6-promise": "^3.1.2",
124123
"es6-shim": "0.35.0",

0 commit comments

Comments
 (0)