General clean up, updates, and prep for new version of launcher using Svelte.
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
{
|
||||
"name": "onesky_native",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"description": "One Sky Native App",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron . --disable-gpu",
|
||||
"start": "electron .",
|
||||
"start_nogpu": "electron . --disable-gpu",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"electron": "^7.1.14",
|
||||
"axios": "^0.26.0",
|
||||
"electron": "^17.1.0",
|
||||
"fs": "0.0.1-security",
|
||||
"os": "^0.1.1",
|
||||
"path": "^0.12.7",
|
||||
|
||||
Reference in New Issue
Block a user