Electron 3

This commit is contained in:
Devine Lu Linvega 2018-10-12 21:36:21 +12:00
parent 2bd6bc030e
commit b311ec1a2f

View File

@ -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"
},
"devDependencies": {
"electron": "^1.8.8",
"electron": "^3.0.4",
"electron-packager": "^12.1.1",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
@ -28,10 +28,10 @@
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
},
"dependencies": {},
"standard": {
"globals": [ "DOTGRID" ]
"globals": [
"DOTGRID"
]
}
}