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",
|
||||
"devDependencies": {
|
||||
"cordova-android": "^14.0.1",
|
||||
"cordova-browser": "^7.0.0",
|
||||
"cordova-electron": "^4.0.0",
|
||||
"electron": "^39.2.1",
|
||||
"electron-builder": "^26.0.12"
|
||||
|
|
@ -18,7 +19,8 @@
|
|||
"cordova": {
|
||||
"platforms": [
|
||||
"electron",
|
||||
"android"
|
||||
"android",
|
||||
"browser"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue