Skip to content

Commit

Permalink
feat(deps): update to angular 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightapes committed Sep 15, 2016
1 parent 237f127 commit 8d79cb8
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 @@ -26,16 +26,16 @@
"typings": "./index.d.ts",
"homepage": "https://github.com/Nightapes/ng2-validators",
"peerDependencies": {
"@angular/common": "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/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/forms": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/platform-browser": "2.0.0-rc.7",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/core": "2.0.0",
"@angular/platform-browser": "2.0.0",
"commitizen": "2.8.1",
"cz-conventional-changelog": "1.1.6",
"es6-promise": "3.0.2",
Expand Down

0 comments on commit 8d79cb8

Please sign in to comment.