diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 15:20:16 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 15:20:16 -0400 |
| commit | 046aad8c49eaa30b699a10c53d80baed94182b41 (patch) | |
| tree | 241b1e968c056c1759a5b7c4a60b816e4c891607 | |
| parent | a2b57adae47fafc8c851ed0be5a4fe3da1634ed1 (diff) | |
ionic bump
Former-commit-id: 40ba3c52d2358eee7a26e6e306121868ac8199b8
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json index fe90cbe5..58aa2640 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,20 @@ "version": "1.0.0", "description": "zmNinja: An Ionic project", "dependencies": { + "@angular/common": "^2.0.0-rc.3", + "@angular/compiler": "^2.0.0-rc.3", + "@angular/core": "^2.0.0-rc.3", + "@angular/http": "^2.0.0-rc.3", + "@angular/platform-browser": "^2.0.0-rc.3", + "@angular/platform-browser-dynamic": "^2.0.0-rc.3", + "@angular/router": "^2.0.0-rc.2", "async": "^1.4.2", "gulp": "^3.5.6", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0", "gulp-sass": "^2.0.0", + "ionic-angular": "^2.0.0-beta.10", "ionic-app-lib": "^0.7.0" }, "devDependencies": { |
