Skip to content

Commit

Permalink
Upgrade to Angular RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidoz committed Sep 2, 2016
1 parent b13b093 commit 4b02c8a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12",
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"rxjs": "5.0.0-beta.11",
"zone.js": "0.6.17",
"reflect-metadata": "0.1.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"codelyzer": "^0.0.25",
"tslint": "^3.13.0",
"typescript": "^1.8.10",
"typescript": "2.0.0",
"typings": "^1.3.1"
},
"engines": {
Expand Down

0 comments on commit 4b02c8a

Please sign in to comment.