Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Feb 27, 2022
1 parent 07bf29b commit 64318cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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
@@ -1,6 +1,6 @@
{
"name": "build-sizes",
"version": "2.4.0",
"version": "3.0.0",
"description": "A small script that provides build sizes to assist with optimization",
"homepage": "https://benelan.github.io/build-sizes",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"build:esm": "esbuild ./src/index.js ./src/cli.js --outdir=./dist --bundle --format=esm --minify --platform=node",
"build:cjs": "esbuild ./src/index.js --outfile=./dist/index.cjs --bundle --format=cjs --minify --platform=node",
"build": "npm run build:esm && npm run build:cjs",
"prepublish": "npm test && npm run build",
"prepublish": "npm run build",
"docs": "npx jsdoc index.js -r README.md -d docs",
"test": "echo \"no test specified\""
},
Expand Down

0 comments on commit 64318cb

Please sign in to comment.