Skip to content

Commit

Permalink
released v4.0.10 - fixes esm/cjs iimport issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Jun 14, 2023
1 parent b3899a2 commit 4bf18d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-router",
"version": "4.0.9-next.0",
"version": "4.0.10",
"description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -109,7 +109,7 @@
"prerelease": "yarn verify",
"prebuild": "rimraf dist && mkdir dist && yarn coverage && yarn format",
"build": "rollup -c",
"release": "release --tag --push --type=next --src=dist",
"release": "release --tag --push --patch --src=dist",
"runtime:bun": "bun example/bun.ts",
"runtime:node": "node example/node.js"
},
Expand Down

0 comments on commit 4bf18d1

Please sign in to comment.