mobile: update cordova project for browser
This commit is contained in:
@ -14,26 +14,20 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cordova-android": "^8.1.0",
|
||||
"cordova-browser": "^6.0.0",
|
||||
"cordova-ios": "^5.1.1",
|
||||
"cordova-plugin-device": "^2.0.3",
|
||||
"cordova-plugin-network-information": "^2.0.2",
|
||||
"cordova-plugin-splashscreen": "^5.0.3"
|
||||
"cordova-plugin-device": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cordova-plugin-whitelist": "^1.3.4"
|
||||
"cordova-browser": "^7.0.0",
|
||||
"cordova-plugin-network-information": "^3.0.0"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-whitelist": {},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-network-information": {},
|
||||
"cordova-plugin-splashscreen": {}
|
||||
"cordova-plugin-network-information": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios",
|
||||
"browser"
|
||||
"browser",
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user