From 22785ae64e145c929d5dc01fa801f301011931ff Mon Sep 17 00:00:00 2001
From: Bertrand Presles <bpresles@gmail.com>
Date: Thu, 5 Sep 2019 08:52:41 +0200
Subject: [PATCH] Removed reference of cordova-plugin-ionic-webview in
 package.json

---
 package.json | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 6dd19c693..3353679eb 100644
--- a/package.json
+++ b/package.json
@@ -120,8 +120,7 @@
     {
       "id": "phonegap-plugin-barcodescanner",
       "locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git"
-    },
-    "cordova-plugin-ionic-webview"
+    }
   ],
   "cordovaPlatforms": [
     {
@@ -152,12 +151,11 @@
       "ionic-plugin-keyboard": {},
       "phonegap-plugin-barcodescanner": {
         "CAMERA_USAGE_DESCRIPTION": "Scan QRCode"
-      },
-      "cordova-plugin-ionic-webview": {}
+      }
     },
     "platforms": [
       "ios",
       "android"
     ]
   }
-}
\ No newline at end of file
+}
-- 
GitLab