Skip to content

Commit

Permalink
fix(plugins): remove cordova-plugin-barcodescanner
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikfeininger committed Dec 8, 2020
1 parent 252c242 commit 81af67d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions test/ui5-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"@ahovakimyan/cordova-plugin-wkwebviewxhrfix": "^1.0.0",
"devDependencies": {},
"dependencies": {
"cordova-android": "^9.0.0",
"cordova-electron": "^2.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wkwebviewxhrfix": "^0.1.0",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"dependencies": {
"cordova-plugin-barcodescanner": "^0.7.4",
"cordova-plugin-compat": "^1.2.0"
},
"cordova": {
"plugins": {
"cordova-plugin-barcodescanner": {},
"cordova-plugin-file": {},
"cordova-plugin-wkwebviewxhrfix": {},
"cordova-plugin-whitelist": {},
Expand All @@ -36,8 +32,8 @@
},
"platforms": [
"electron",
"ios",
"android"
"android",
"ios"
]
}
}

0 comments on commit 81af67d

Please sign in to comment.