From 5544e8b802e7ed0b610a13c0c02cf6160d5f0c35 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Thu, 2 Feb 2023 15:56:25 -0500 Subject: [PATCH] Correct files listing to publish icons --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb64d42..ea2b2ca 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "files": [ "styles/dist/*.css", "styles/dist/tailwind-tokens.js", - "icons/**.tsx" + "icons/**.svg" ], "repository": { "type": "git",