From 1605e41e480af32863c3dd277d4399c2b3552407 Mon Sep 17 00:00:00 2001 From: Ruslan Arkhipau Date: Mon, 15 Aug 2016 09:51:47 -0700 Subject: [PATCH] Update angular dependencies to RC-5 and Forms 0.3.0; Bump the version to 1.2.0 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 183019e..85e4120 100644 --- a/package.json +++ b/package.json @@ -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", @@ -27,16 +27,16 @@ "author": "Ruslan Arkhipau ", "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",