Added browser platform for testing
This commit is contained in:
parent
b034132da6
commit
125a899b60
1 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cordova-android": "^14.0.1",
|
"cordova-android": "^14.0.1",
|
||||||
|
"cordova-browser": "^7.0.0",
|
||||||
"cordova-electron": "^4.0.0",
|
"cordova-electron": "^4.0.0",
|
||||||
"electron": "^39.2.1",
|
"electron": "^39.2.1",
|
||||||
"electron-builder": "^26.0.12"
|
"electron-builder": "^26.0.12"
|
||||||
|
|
@ -18,7 +19,8 @@
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"electron",
|
"electron",
|
||||||
"android"
|
"android",
|
||||||
|
"browser"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue