From a33fc3522b3abf606ef2bdd8283382b3a35011e7 Mon Sep 17 00:00:00 2001 From: Youngseo Kang Date: Wed, 22 Jan 2025 22:03:22 +0900 Subject: [PATCH] =?UTF-8?q?prettier-plugin=20=EB=82=B4=20main=20=EC=A3=BC?= =?UTF-8?q?=EC=86=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/prettier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prettier/package.json b/packages/prettier/package.json index 422a692..ee08a91 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -2,7 +2,7 @@ "name": "@youngseo-kangg/prettier-plugin", "version": "1.0.0", "description": "common configuration for prettier", - "main": "index.js", + "main": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "nanobundle build --root-dir=./"