diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-11 15:47:11 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-11 15:47:11 -0400 |
| commit | a09333e8b97a5f5c71331ce18777889510aed302 (patch) | |
| tree | 9f6b69e4996088ee13004c3bee6ea9d5f57e89db /www/lib/ngCordova/package.json | |
| parent | 68af457b04b26e26f0414b821dabe7359e18a0ad (diff) | |
API auth tied into ZM auth, enabled client to work in both auth and non-auth mode honoring ZM's auth system
Diffstat (limited to 'www/lib/ngCordova/package.json')
| -rw-r--r-- | www/lib/ngCordova/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lib/ngCordova/package.json b/www/lib/ngCordova/package.json index d18115ca..a24da6c7 100644 --- a/www/lib/ngCordova/package.json +++ b/www/lib/ngCordova/package.json @@ -2,7 +2,7 @@ "name": "ng-cordova", "private": false, "main": "dist/ng-cordova", - "version": "0.1.17-alpha", + "version": "0.1.18-alpha", "repository": { "url": "git://github.com/driftyco/ng-cordova.git" }, @@ -36,6 +36,7 @@ "dependencies": { "conventional-changelog": "0.0.11", "fs": "0.0.2", + "gulp-git": "^1.2.4", "q": "^1.1.2" } } |
