From 033887b9cd4357f411de2bf5a89f97fc3af4e0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Belli?= Date: Wed, 11 Oct 2017 19:56:32 +0200 Subject: [PATCH] Step 11.2: Fix failed-to-restore-cordova-plugin-statusbar issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0b45397b..1f260f8c7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cordova-plugin-device": "^1.1.4", "cordova-plugin-ionic-webview": "^1.1.15", "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", + "cordova-plugin-statusbar": "https://github.com/apache/cordova-plugin-statusbar.git", "cordova-plugin-whitelist": "^1.3.1", "ionic-angular": "3.7.1", "ionic-plugin-keyboard": "^2.2.1", @@ -76,4 +76,4 @@ "android" ] } -} \ No newline at end of file +}