From 505871198570295f3ff7d0ec4509bf7eb824073c Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 25 Mar 2022 18:45:30 +0600 Subject: [PATCH] Include style.css in `exports` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0841339..eeb535c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ ".": { "import": "./dist/gitprofile.es.js", "require": "./dist/gitprofile.umd.js" - } + }, + "./dist/style.css": "./dist/style.css" }, "scripts": { "dev": "vite",