diff options
Diffstat (limited to 'www/lib/ngCordova/package.json')
| -rw-r--r-- | www/lib/ngCordova/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/ngCordova/package.json b/www/lib/ngCordova/package.json index a24da6c7..34bac51a 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.18-alpha", + "version": "0.1.20-alpha", "repository": { "url": "git://github.com/driftyco/ng-cordova.git" }, @@ -31,7 +31,7 @@ } ], "scripts": { - "test": "gulp karma --browsers=PhantomJS --reporters=progress" + "test": "gulp lint && gulp karma --browsers=PhantomJS --reporters=progress" }, "dependencies": { "conventional-changelog": "0.0.11", |
