From 1d80fc7b3a1e70ea40ba9896878c36cf9d934bf1 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Sun, 12 Jul 2020 11:35:23 +0900 Subject: [PATCH] v5.4.3 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 75dd1a1f..bbc0eb85 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "lint": "eslint .", "package:linux32": "nexe ./index.js -t linux-x86-12.16.2 -o ./pkg/linux32/index", "package:linux64": "nexe ./index.js -t linux-x64-12.16.2 -o ./pkg/linux64/index", - "package:macos": "nexe ./index.js -t mac-x64-12.18.1 -o ./pkg/macos/index", - "package:win32": "nexe ./index.js -t win-x86-12.18.1 -o ./pkg/win32/index.exe", - "package:win64": "nexe ./index.js -t win-x64-12.18.1 -o ./pkg/win64/index.exe", + "package:macos": "nexe ./index.js -t mac-x64-12.18.2 -o ./pkg/macos/index", + "package:win32": "nexe ./index.js -t win-x86-12.18.2 -o ./pkg/win32/index.exe", + "package:win64": "nexe ./index.js -t win-x64-12.18.2 -o ./pkg/win64/index.exe", "setup": "npm install --production && node ./index.js setup", "start": "node ./index.js", "test": "nyc --reporter=text mocha test/*.test.js --exit", @@ -43,7 +43,7 @@ "devDependencies": { "chai": "^4.2.0", "eslint": "^7.4.0", - "eslint-plugin-jsdoc": "^29.1.0", + "eslint-plugin-jsdoc": "^29.1.3", "jszip-cli": "^1.4.24", "mocha": "^8.0.1", "nexe": "^3.3.7", @@ -52,5 +52,5 @@ "rimraf": "^3.0.2", "sinon": "^9.0.2" }, - "version": "5.4.2" + "version": "5.4.3" }