fix(bun-transpiler): fixed version

pull/347/head
Yusuke Wada 2024-01-08 07:08:25 +09:00
parent 3f39be7a27
commit 5501dd1f9c
1 changed files with 2 additions and 2 deletions

View File

@ -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"
} }
} }