From 5501dd1f9c58e480d64ad13b3f9c4b021145c1ee Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Mon, 8 Jan 2024 07:08:25 +0900 Subject: [PATCH] fix(bun-transpiler): fixed version --- packages/bun-transpiler/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bun-transpiler/package.json b/packages/bun-transpiler/package.json index be2412ea..9dcaf83c 100644 --- a/packages/bun-transpiler/package.json +++ b/packages/bun-transpiler/package.json @@ -1,6 +1,6 @@ { "name": "@hono/bun-transpiler", - "version": "0.1.1", + "version": "0.0.0", "description": "Bun Transpiler Middleware for Hono", "main": "dist/index.js", "module": "dist/index.mjs", @@ -40,4 +40,4 @@ "tsup": "^8.0.1", "vitest": "^1.0.4" } -} +} \ No newline at end of file