Skip to content

Commit

Permalink
v5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jul 12, 2020
1 parent e508ed2 commit 1d80fc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -52,5 +52,5 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2"
},
"version": "5.4.2"
"version": "5.4.3"
}

0 comments on commit 1d80fc7

Please sign in to comment.