commit
f0018aeaf0
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
> Lightweight, stylish, and ethical share buttons
|
> Lightweight, stylish, and ethical share buttons
|
||||||
|
|
||||||
- **Small.** Dependency-free. CSS+JS bundle is only 6 KB minified and gzipped.
|
- **Small.** Dependency-free. CSS+JS bundle is only 6 KB minified and brotlied.
|
||||||
- **Stylish.** Uses official vector logos and colours with no visual mess.
|
- **Stylish.** Uses official vector logos and colours with no visual mess.
|
||||||
- **Ethical.** Embeds no tracking code. JS is required only for the setup.
|
- **Ethical.** Embeds no tracking code. JS is required only for the setup.
|
||||||
|
|
||||||
|
|
10
package.json
10
package.json
|
@ -104,12 +104,14 @@
|
||||||
},
|
},
|
||||||
"size-limit": [
|
"size-limit": [
|
||||||
{
|
{
|
||||||
"limit": "7 KB",
|
"limit": "6 KB",
|
||||||
"path": "./dist/shareon.min.css"
|
"path": "./dist/shareon.min.css",
|
||||||
|
"brotli": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"limit": "1069 B",
|
"limit": "1 KB",
|
||||||
"path": "./dist/shareon.es.js"
|
"path": "./dist/shareon.es.js",
|
||||||
|
"brotli": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
Loading…
Reference in New Issue