diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 09:43:30 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 09:43:30 -0400 |
| commit | 172ae105c226457d59cded87183cc9ad03779225 (patch) | |
| tree | fee1f855fe4b717235a5ee1be8b5a3b7099fc6f2 /package.json | |
| parent | 1529282fefaf9465f1a3fca91fb19680758dec2c (diff) | |
#621 corrected wrong plugin - android was not working
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json index deed262c..cfff6dbe 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,6 @@ ], "plugins": { "com.telerik.plugins.nativepagetransitions": {}, - "cordova-library-helper": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" - }, "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, "cordova-plugin-console": {}, @@ -52,7 +49,8 @@ "cordova-plugin-file": {}, "cordova-plugin-add-swift-support": {}, "cordova-plugin-certificates": {}, - "ionic-plugin-keyboard": {} + "ionic-plugin-keyboard": {}, + "cordova-library-helper": {} } }, "dependencies": { @@ -63,7 +61,7 @@ "cordova-android": "^6.3.0", "cordova-custom-config": "~4.0.2", "cordova-ios": "^4.5.4", - "cordova-library-helper": "^1.0.4", + "cordova-library-helper": "git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git", "cordova-plugin-add-swift-support": "^1.7.1", "cordova-plugin-android-fingerprint-auth": "^1.4.0", "cordova-plugin-android-permissions": "^1.0.0", |
