Skip to content

Commit

Permalink
Temporary bundle nodejs 20.11.0
Browse files Browse the repository at this point in the history
Fix #120
  • Loading branch information
asamuzaK committed Feb 23, 2024
1 parent a667873 commit a562c25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"scripts": {
"bundle-js": "esbuild --platform=node --outdir=./bundle --bundle --minify ./index.js",
"bundle-bin": "boxednode --node-version=lts --source=./bundle/index.js",
"bundle-bin": "boxednode --node-version=20.11.0 --source=./bundle/index.js",
"genversion": "genversion --es6 --semi ./modules/version.js",
"lint": "eslint --fix .",
"prebuild": "npm run genversion && npm run lint && npm run test",
Expand All @@ -48,5 +48,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.0.1"
"version": "8.0.3"
}

0 comments on commit a562c25

Please sign in to comment.