From 27bdff424fb9dc6e5fc67b5ea0a5665b716a660d Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 11 Feb 2022 15:06:25 +0100 Subject: [PATCH 1/2] 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" From f64371fcab53e9ceaf5ebdbadad287ea3a88ab88 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 11 Feb 2022 15:08:48 +0100 Subject: [PATCH 2/2] v2.0.0-beta.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1412d84..8a746cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shareon", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "description": "Lightweight, stylish and ethical share buttons for popular social networks", "license": "MIT", "homepage": "https://shareon.js.org",