From 004e1735a6c98d7bb015ac649bb2bbb57890f48f Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Sun, 10 Nov 2024 14:54:08 +0900 Subject: [PATCH] fix: remove type module for package --- bun.lockb | Bin 479000 -> 479000 bytes package.json | 1 - 2 files changed, 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index abf345b62376ceababed4c0ae98ce5f070d38a4f..72ad010c32aacd8c7dbb86fee5c7c3c4182323c6 100755 GIT binary patch delta 39 tcmbO+Pj<#U*@hOz7N!>FEiAdm*cs!D^vv{(+e?nI05R+Kl4ER3Ish7S4zBFEiAdm*qIo>puOZ63lOtzFFD4xqyqo~$_-lp diff --git a/package.json b/package.json index 27f6304..6d254e9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "engines": { "node": ">=20.10.0" }, - "type": "module", "module": "dist/index.mjs", "main": "dist/index.js", "typings": "dist/index.d.ts",