This commit is contained in:
Björn Dalfors
2024-03-10 12:52:42 +01:00
parent b0e30a896f
commit 67277b4652
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
"mochatest": "mocha --require ts-node/register src/**/*.spec.ts" "mochatest": "mocha --require ts-node/register src/**/*.spec.ts"
}, },
"engines": { "engines": {
"node": "16" "node": "19"
}, },
"author": "", "author": "",
"license": "CC-BY-ND-4.0", "license": "CC-BY-ND-4.0",
@@ -90,4 +90,4 @@
"peerDependencies": { "peerDependencies": {
"electron": "^29" "electron": "^29"
} }
} }

View File

@@ -7,7 +7,7 @@ cache:
- '%LOCALAPPDATA%\electron-builder\cache' - '%LOCALAPPDATA%\electron-builder\cache'
install: install:
- ps: Install-Product node 16 - ps: Install-Product node 19
build_script: build_script:
- yarn - yarn

View File

@@ -12,7 +12,7 @@
"postinstall": "yarn build" "postinstall": "yarn build"
}, },
"engines": { "engines": {
"node": "16" "node": "19"
}, },
"author": "", "author": "",
"license": "CC-BY-ND-4.0", "license": "CC-BY-ND-4.0",

View File

@@ -4,7 +4,7 @@
"description": "Explore your message queues", "description": "Explore your message queues",
"main": "dist/src/electron.js", "main": "dist/src/electron.js",
"engines": { "engines": {
"node": "16" "node": "19"
}, },
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
@@ -123,4 +123,4 @@
"uuid": "^8.3.2", "uuid": "^8.3.2",
"yarn-run-all": "^3.1.1" "yarn-run-all": "^3.1.1"
} }
} }