diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 8 |
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 |
