fix(bun-transpiler): fixed version
parent
3f39be7a27
commit
5501dd1f9c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/bun-transpiler",
|
"name": "@hono/bun-transpiler",
|
||||||
"version": "0.1.1",
|
"version": "0.0.0",
|
||||||
"description": "Bun Transpiler Middleware for Hono",
|
"description": "Bun Transpiler Middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
|
@ -40,4 +40,4 @@
|
||||||
"tsup": "^8.0.1",
|
"tsup": "^8.0.1",
|
||||||
"vitest": "^1.0.4"
|
"vitest": "^1.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue