Skip to content

Commit

Permalink
Update angular dependencies to RC-5 and Forms 0.3.0;
Browse files Browse the repository at this point in the history
Bump the version to 1.2.0
  • Loading branch information
DethAriel committed Aug 15, 2016
1 parent 4ef1701 commit 1605e41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-recaptcha",
"version": "1.1.0",
"version": "1.2.0",
"description": "Angular 2 + TypeScript component for Google reCAPTCHA",
"scripts": {
"types": "typings install",
Expand All @@ -27,16 +27,16 @@
"author": "Ruslan Arkhipau <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "^2.0.0-rc.4",
"@angular/forms": "^0.2.0"
"@angular/common": "^2.0.0-rc.5",
"@angular/compiler": "^2.0.0-rc.5",
"@angular/core": "^2.0.0-rc.5",
"@angular/forms": "^0.3.0"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "^2.0.0-rc.4",
"@angular/forms": "^0.2.0",
"@angular/common": "^2.0.0-rc.5",
"@angular/compiler": "^2.0.0-rc.5",
"@angular/core": "^2.0.0-rc.5",
"@angular/forms": "^0.3.0",
"del-cli": "0.2.0",
"rxjs": "5.0.0-beta.6",
"tslint": "^3.14.0",
Expand Down

0 comments on commit 1605e41

Please sign in to comment.