diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-25 10:45:20 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-25 10:45:20 -0500 |
| commit | 0512c055bb12e478d6d621f7ece71999bbf6e0d8 (patch) | |
| tree | 88b64e457e486ff9a0fd201e780ddd568411dde6 /package.json | |
| parent | 7fe1c3505ca504668a3beff427498c5fd5a42dc7 (diff) | |
ver
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json index 687253a8..06906ab6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,9 @@ "cordova-plugin-websocket": {}, "cordova-plugin-whitelist": {}, "cordova-sqlite-storage": {}, - "cordova-plugin-touch-id": {}, + "cordova-plugin-touch-id": { + "FACEID_USAGE_DESCRIPTION": " " + }, "cordova-plugin-android-fingerprint-auth": {}, "cordova-plugin-network-information": {}, "cordova-plugin-device": {}, @@ -64,11 +66,11 @@ "dependencies": { "clivas": "^0.2.0", "cordova-android": "7.1.4", - "cordova-custom-config": "5.0.2", + "cordova-custom-config": "^5.0.2", "cordova-ios": "4.5.5", "cordova-library-helper-pp-fork": "^1.0.1", "cordova-plugin-add-swift-support": "^1.7.2", - "cordova-plugin-advanced-http": "^2.0.2", + "cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git", "cordova-plugin-advanced-websocket": "^1.1.4", "cordova-plugin-android-fingerprint-auth": "^1.5.0", "cordova-plugin-android-permissions": "^1.0.0", @@ -94,7 +96,7 @@ "cordova-plugin-touch-id": "^3.4.0", "cordova-plugin-websocket": "^0.12.2", "cordova-plugin-whitelist": "^1.3.3", - "cordova-plugin-x-socialsharing": "^5.4.3", + "cordova-plugin-x-socialsharing": "^5.4.4", "cordova-sqlite-storage": "^1.5.3", "deep-equal": "^1.0.1", "electron-window-state": "^4.1.1", @@ -104,7 +106,7 @@ "menu": "^0.2.5", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "phonegap-plugin-push": "~2.2.3" + "phonegap-plugin-push": "^2.2.3" }, "devDependencies": { "electron": "^4.0.1", |
