From 3e40897765956814c8ebcdcc82c2a06ad2585f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E4=BA=95=20=E9=99=B8=E7=99=BB?= Date: Wed, 6 Nov 2024 19:56:40 +0900 Subject: [PATCH] =?UTF-8?q?npm=20=E4=BA=8C=E5=85=AC=E9=96=8B=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=A8=E3=81=8D=E3=81=AB=E5=BF=85=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E8=A8=98=E8=BF=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index cea635b..33ed00f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,13 @@ "version": "1.5.24", "description": "custom field maker for a-blog cms", "main": "lib/index.js", + "files": [ + "dist", + "lib", + "css", + "json", + "screenshot.png" + ], "target": "es5", "module": "commonjs", "scripts": {