Skip to content

Commit 8845772

Browse files
chore(*): Pin ng2 dependencies
1 parent 3219406 commit 8845772

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
},
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@angular/common": "^2.0.0-rc.1",
45-
"@angular/compiler": "^2.0.0-rc.1",
46-
"@angular/core": "^2.0.0-rc.1",
47-
"@angular/platform-browser": "^2.0.0-rc.1",
48-
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
49-
"rxjs": "^5.0.0-beta.6",
50-
"zone.js": "^0.6.12",
44+
"@angular/common": "=2.0.0-rc.1",
45+
"@angular/compiler": "=2.0.0-rc.1",
46+
"@angular/core": "=2.0.0-rc.1",
47+
"@angular/platform-browser": "=2.0.0-rc.1",
48+
"@angular/platform-browser-dynamic": "=2.0.0-rc.1",
49+
"rxjs": "=5.0.0-beta.6",
50+
"zone.js": "=0.6.12",
5151
"babel-core": "^5.8.14",
5252
"conventional-changelog": "^1.1.0",
5353
"conventional-changelog-cli": "^1.1.1",

0 commit comments

Comments
 (0)