From 9fe713027cf1ca653c8cfdedd21fe6c98544444c Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 8 Oct 2020 14:01:45 -0700 Subject: [PATCH] chore: fix files --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a6bcd75..5a04dd1 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "license": "Apache-2.0", "author": "Justin Poehnelt", "files": [ - "dist/*", - "images/*" + "dist/*" ], "main": "dist/index.umd.js", "unpkg": "dist/index.min.js",