mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-08 15:48:43 +01:00
Update size-limit
This commit is contained in:
parent
3b81adb265
commit
34e6ac0a8f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
> Lightweight, stylish, and ethical share buttons
|
> Lightweight, stylish, and ethical share buttons
|
||||||
|
|
||||||
- **Small.** Dependency-free. CSS+JS bundle is under 7.5 kB minified and brotlied.
|
- **Small.** Dependency-free. CSS+JS bundle is 7.5 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.
|
||||||
|
|
||||||
|
@ -110,14 +110,12 @@
|
|||||||
},
|
},
|
||||||
"size-limit": [
|
"size-limit": [
|
||||||
{
|
{
|
||||||
"limit": "6.1 KiB",
|
"limit": "6.3 KiB",
|
||||||
"path": "./dist/shareon.min.css",
|
"path": "./dist/shareon.min.css"
|
||||||
"brotli": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"limit": "1.1 KiB",
|
"limit": "1.1 KiB",
|
||||||
"path": "./dist/shareon.es.js",
|
"path": "./dist/shareon.es.js"
|
||||||
"brotli": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user