From 27bdff424fb9dc6e5fc67b5ea0a5665b716a660d Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 11 Feb 2022 15:06:25 +0100 Subject: [PATCH] Add CSS export for the package See https://github.com/kytta/shareon/issues/35 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 94d5361..1412d84 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ ".": { "import": "./dist/shareon.es.js", "require": "./dist/shareon.umd.js" - } + }, + "./css": "./dist/shareon.min.css" }, "files": [ "dist"