Skip to content

Commit

Permalink
chore(*): Pin ng2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 4, 2016
1 parent 3219406 commit 8845772
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"license": "MIT",
"devDependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"rxjs": "^5.0.0-beta.6",
"zone.js": "^0.6.12",
"@angular/common": "=2.0.0-rc.1",
"@angular/compiler": "=2.0.0-rc.1",
"@angular/core": "=2.0.0-rc.1",
"@angular/platform-browser": "=2.0.0-rc.1",
"@angular/platform-browser-dynamic": "=2.0.0-rc.1",
"rxjs": "=5.0.0-beta.6",
"zone.js": "=0.6.12",
"babel-core": "^5.8.14",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.1.1",
Expand Down

0 comments on commit 8845772

Please sign in to comment.