Skip to content

Commit

Permalink
released v5.0.8 - accidentally released unminified previously
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 2, 2024
1 parent 6c6afc1 commit 38d4448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-router",
"version": "5.0.7",
"version": "5.0.8",
"description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
"main": "./index.js",
"module": "./index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async () => {
],
plugins: [
typescript({ sourceMap: true }),
// terser(),
terser(),
bundleSize(),
copy({
targets: [
Expand Down

0 comments on commit 38d4448

Please sign in to comment.