diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index e7ab7610..3450d047 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "cordova-plugin-pin-dialog": {}, "cordova-plugin-settings-hook": {}, "cordova-plugin-splashscreen": {}, - "cordova-plugin-statusbar": {}, "cordova-plugin-touchid": {}, "cordova-plugin-websocket": {}, "cordova-plugin-whitelist": {}, @@ -51,7 +50,8 @@ "SENDER_ID": "710936220256" }, "cordova-plugin-certificates": {}, - "com.jcjee.plugins.emailcomposer": {} + "com.jcjee.plugins.emailcomposer": {}, + "cordova-plugin-statusbar": {} } }, "dependencies": { @@ -82,7 +82,7 @@ "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-settings-hook": "^0.2.7", "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "^2.2.3", + "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", "cordova-plugin-touchid": "^0.4.0", "cordova-plugin-websocket": "^0.12.2", "cordova-plugin-whitelist": "^1.3.2", @@ -99,4 +99,4 @@ "devDependencies": { "bower": "^1.8.2" } -} +}
\ No newline at end of file |
