Merge branch 'css-export'

https://codeberg.org/kytta/shareon/pulls/12
pull/45/head
Nikita Karamov 2022-02-11 16:12:15 +01:00
commit a31564ae33
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "shareon", "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", "description": "Lightweight, stylish and ethical share buttons for popular social networks",
"license": "MIT", "license": "MIT",
"homepage": "https://shareon.js.org", "homepage": "https://shareon.js.org",
@ -29,7 +29,8 @@
".": { ".": {
"import": "./dist/shareon.es.js", "import": "./dist/shareon.es.js",
"require": "./dist/shareon.umd.js" "require": "./dist/shareon.umd.js"
} },
"./css": "./dist/shareon.min.css"
}, },
"files": [ "files": [
"dist" "dist"