Skip to content

Commit

Permalink
Merge pull request valor-software#404 from adrianfaciu/angular-release
Browse files Browse the repository at this point in the history
Updating to angular 2.0.0
fixes valor-software#402, fixes valor-software#398, fixes valor-software#378, fixes valor-software#344
  • Loading branch information
valorkin authored Sep 21, 2016
2 parents 003f1eb + 0d1fd54 commit c1b3b5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
"dependencies": {},
"peerDependencies": {
"@angular/common": "2.0.0-rc.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7"
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0"
},
"devDependencies": {
"@angular/common": "2.0.0-rc.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7",
"@angular/platform-browser": "2.0.0-rc.7",
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"async": "2.0.1",
"bootstrap": "3.3.7",
"codecov": "1.0.1",
Expand All @@ -88,7 +88,7 @@
"prismjs-loader": "0.0.3",
"reflect-metadata": "0.1.8",
"require-dir": "0.3.0",
"rxjs": "5.0.0-beta.11",
"rxjs": "5.0.0-beta.12",
"systemjs-builder": "0.15.31",
"tslint-config-valorsoft": "1.1.1",
"typescript": "1.8.10",
Expand Down

0 comments on commit c1b3b5d

Please sign in to comment.