From 4884b0f6c65d16dad0cc1b647c96886abeb86355 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Wed, 15 Dec 2021 10:37:00 -0700 Subject: [PATCH] fix: update files array --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf0571..5b33571 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Justin Poehnelt", "main": "dist/src/index.js", "files": [ - "dist" + "dist/*" ], "scripts": { "prepare": "tsc",