11
package.json
11
package.json
@@ -10,9 +10,11 @@
|
||||
"author": "Chris Cromer",
|
||||
"license": "BSD3",
|
||||
"dependencies": {
|
||||
"cordova-android": "^7.1.1",
|
||||
"cordova-android": "^7.1.4",
|
||||
"cordova-browser": "^5.0.4",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-whitelist": "^1.3.3"
|
||||
"cordova-plugin-whitelist": "^1.3.3",
|
||||
"ubuntu": "^2.0.0"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
@@ -20,7 +22,8 @@
|
||||
"cordova-plugin-splashscreen": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
"android",
|
||||
"browser"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user