commit
a31564ae33
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue