From b964820071d7c1cb8bd343fafb1d0745d3aafc55 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Wed, 5 Jul 2023 18:57:53 -0500 Subject: [PATCH] build: specify files Specify files --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d71ce6..7847da3 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,8 @@ }, "publishConfig": { "access": "public" - } + }, + "files": [ + "dist" + ] }