diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-05 14:01:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-05 14:01:04 -0500 |
| commit | 6a55a1031809d84a2b0133a7246d131887461239 (patch) | |
| tree | 03228e3668739e715e78a74433e63cd347e8050c /package.json | |
| parent | ac4f296ccf87e94c41286d2bf632f1129f643505 (diff) | |
header fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 2b65f7a4..ea5ce625 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "cordova-plugin-pin-dialog": {}, "cordova-plugin-settings-hook": {}, "cordova-plugin-splashscreen": {}, - "cordova-plugin-touchid": {}, "cordova-plugin-websocket": {}, "cordova-plugin-whitelist": {}, "cordova-sqlite-storage": {}, @@ -53,6 +52,8 @@ "cordova.plugins.diagnostic": {}, "cordova-plugin-email": {}, "cordova-plugin-certificates": {}, + "cordova-plugin-touch-id": {}, + "cordova-plugin-android-fingerprint-auth": {}, "cordova-plugin-statusbar": {} } }, @@ -64,6 +65,7 @@ "cordova-ios": "^4.4.0", "cordova-library-helper": "^1.0.4", "cordova-plugin-add-swift-support": "^1.7.0", + "cordova-plugin-android-fingerprint-auth": "^1.4.0", "cordova-plugin-android-permissions": "^1.0.0", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", @@ -86,7 +88,7 @@ "cordova-plugin-settings-hook": "^0.2.7", "cordova-plugin-splashscreen": "^4.0.3", "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", - "cordova-plugin-touchid": "^0.4.0", + "cordova-plugin-touch-id": "^3.2.0", "cordova-plugin-websocket": "^0.12.2", "cordova-plugin-whitelist": "^1.3.2", "cordova-sqlite-storage": "^1.5.3", |
