Skip to content

Commit

Permalink
feat: publish v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Feb 29, 2024
1 parent 1de33fe commit 3d8afb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boywithkeyboard/bytes",
"version": "4.1.0",
"version": "4.1.1",
"author": "Samuel Kopp (https://samuelkopp.de)",
"license": "Apache-2.0",
"description": "A disk unit conversion library for JavaScript.",
Expand All @@ -26,6 +26,7 @@
},
"scripts": {
"build": "tsc && esbuild main.ts --bundle --minify --format=esm --outfile=build/main.mjs && esbuild main.ts --bundle --minify --format=cjs --outfile=build/main.cjs",
"prepublishOnly": "npm test",
"test": "npm run build && node test.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit 3d8afb4

Please sign in to comment.