Dep upgrade, minor tweaks.
This commit is contained in:
parent
4f504cd470
commit
1110119df0
@ -1,11 +1,11 @@
|
||||
{
|
||||
"env": {
|
||||
"es6": true,
|
||||
"es2017": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017,
|
||||
"ecmaVersion": 2019,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode11
|
||||
osx_image: xcode11.3
|
||||
language: node_js
|
||||
node_js: "12"
|
||||
env:
|
||||
|
@ -80,7 +80,7 @@ If you want to export the console output, simply right click anywhere on the con
|
||||
|
||||
**System Requirements**
|
||||
|
||||
* [Node.js][nodejs] v12.x.x
|
||||
* [Node.js][nodejs] v12
|
||||
|
||||
---
|
||||
|
||||
|
2
build.js
2
build.js
@ -21,7 +21,7 @@ builder.build({
|
||||
appId: 'helioslauncher',
|
||||
productName: 'Helios Launcher',
|
||||
artifactName: '${productName}.${ext}',
|
||||
copyright: 'Copyright © 2018-2019 Daniel Scalzi',
|
||||
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
|
||||
directories: {
|
||||
buildResources: 'build',
|
||||
output: 'dist'
|
||||
|
841
package-lock.json
generated
841
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -41,8 +41,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^6.0.3",
|
||||
"electron": "^7.1.7",
|
||||
"electron-builder": "^21.2.0",
|
||||
"electron": "^7.1.9",
|
||||
"electron-builder": "^22.2.0",
|
||||
"eslint": "^6.8.0"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user