summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-25 19:05:02 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-25 19:05:02 +0200
commitb6c70d0fdaa4c4d58e8e9e8e41a52bf32d36ef5b (patch)
tree2e94023203fa8e497bb8abd2d278c716af37e895 /StoneIsland/package.json
parent4c9061f8b43a61051ca386c1228dd133c29afc68 (diff)
fix statusbar
Diffstat (limited to 'StoneIsland/package.json')
-rw-r--r--StoneIsland/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json
index 5775d82f..db3ef530 100644
--- a/StoneIsland/package.json
+++ b/StoneIsland/package.json
@@ -6,8 +6,9 @@
"dependencies": {
"cordova": "^6.4.0",
"cordova-ios": "^4.3.1",
- "ios-deploy": "^1.9.0",
- "cordova-plugin-whitelist": "1"
+ "cordova-plugin-statusbar": "^2.2.3",
+ "cordova-plugin-whitelist": "1",
+ "ios-deploy": "^1.9.0"
},
"devDependencies": {},
"scripts": {
@@ -18,7 +19,8 @@
"license": "UNLICENSED",
"cordova": {
"plugins": {
- "cordova-plugin-whitelist": {}
+ "cordova-plugin-whitelist": {},
+ "cordova-plugin-statusbar": {}
}
}
} \ No newline at end of file