diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 14:47:43 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 14:47:43 -0400 |
| commit | 6c5a25fd23e66b0779c282c8e5f30e26f5ab5dbb (patch) | |
| tree | 789fb7890902b091284cb0f1187d7c45a59faff1 /package.json | |
| parent | c945d72b1bd3d2c40bc33b7a6a4743c3e952e8cb (diff) | |
and more..
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 |
