From 9f68981c9254459acf4012850c38aaa85ea14b3c Mon Sep 17 00:00:00 2001 From: kjirou Date: Tue, 3 Dec 2024 22:33:44 +0900 Subject: [PATCH] =?UTF-8?q?dist/src/index.js=E3=81=AE=E3=81=BE=E3=81=BE?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4efb993..0de4ad7 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "unlimited-blog-works", "version": "0.0.9", "description": "A simple static blog generator for publishing on GitHub Pages", - "main": "dist/src/index.js", - "types": "dist/src/index.d.js", + "main": "dist/index.js", + "types": "dist/index.d.js", "scripts": { "build": "tsc --project tsconfig.build.json", "prettier:check": "prettier --check .",