Electron 3
This commit is contained in:
parent
2bd6bc030e
commit
b311ec1a2f
@ -19,7 +19,7 @@
|
|||||||
"push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status"
|
"push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^1.8.8",
|
"electron": "^3.0.4",
|
||||||
"electron-packager": "^12.1.1",
|
"electron-packager": "^12.1.1",
|
||||||
"eslint": "^5.6.1",
|
"eslint": "^5.6.1",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
@ -28,10 +28,10 @@
|
|||||||
"eslint-plugin-promise": "^4.0.1",
|
"eslint-plugin-promise": "^4.0.1",
|
||||||
"eslint-plugin-standard": "^4.0.0"
|
"eslint-plugin-standard": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
|
|
||||||
},
|
|
||||||
"standard": {
|
"standard": {
|
||||||
"globals": [ "DOTGRID" ]
|
"globals": [
|
||||||
|
"DOTGRID"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user