diff --git a/package.json b/package.json index 2b52558b00..9cca29f9f9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "link": "npm install && gulp src && npm link" }, "dependencies": { - "angular2": "2.0.0-beta.0", + "angular2": "2.0.0-beta.1", "colors": "^1.1.2", "es6-promise": "^3.0.2", "es6-shim": "0.33.6", diff --git a/scripts/npm/package.json b/scripts/npm/package.json index 1ef75bd1b3..84c520c740 100644 --- a/scripts/npm/package.json +++ b/scripts/npm/package.json @@ -2,6 +2,7 @@ "name": "ionic-framework", "version": "2.0.0-alpha.<%= ionicVersion %>", "license": "Apache-2.0", + "keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp"], "repository": { "type": "git", "url": "https://github.com/driftyco/ionic2.git"