Skip to content

Commit

Permalink
chore: use gzip-size
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jan 20, 2025
1 parent e52bca4 commit 25b6b6b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
29 changes: 21 additions & 8 deletions package-lock.json

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

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:coverage": "vitest --coverage --coverage.include=src/**",
"test:ci": "vitest --coverage --coverage.reporter=lcov --coverage.include=src/**",
"build": "tsup",
"build:min": "MINIFY=true tsup && node scripts/gzip.mjs",
"build:min": "MINIFY=true tsup && echo '' && gzip-size dist/index.mjs dist/index.js",
"release": "commit-and-tag-version"
},
"keywords": [
Expand All @@ -42,18 +42,16 @@
],
"license": "MIT",
"devDependencies": {
"@wopjs/eslint-config": "^0.1.4",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"@wopjs/eslint-config": "^0.1.4",
"@wopjs/gzip-size": "^0.1.0",
"commit-and-tag-version": "^12.5.0",
"eslint": "^9.18.0",
"gzip-size": "^7.0.0",
"prettier": "^3.4.2",
"pretty-bytes": "^6.1.1",
"tsup": "^8.3.5",
"typedoc": "^0.27.6",
"typescript": "^5.7.3",
"vitest": "^3.0.2",
"yoctocolors": "^2.1.1"
"vitest": "^3.0.2"
}
}
7 changes: 0 additions & 7 deletions scripts/gzip.mjs

This file was deleted.

0 comments on commit 25b6b6b

Please sign in to comment.