From aa3363b0bbbafe90b8145a180959155c2c94b96a Mon Sep 17 00:00:00 2001 From: Amumu Date: Thu, 11 Jan 2024 15:41:29 +0800 Subject: [PATCH] chore: fix svg (#238) * chore: fix svg * update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8765c2e..842349f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "main": "./lib/index", "module": "./es/index", "files": [ - "assets/*.css", + "assets", "es", "lib" ],