commit
f0018aeaf0
|
@ -4,7 +4,7 @@
|
|||
|
||||
> 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.
|
||||
- **Ethical.** Embeds no tracking code. JS is required only for the setup.
|
||||
|
||||
|
|
10
package.json
10
package.json
|
@ -104,12 +104,14 @@
|
|||
},
|
||||
"size-limit": [
|
||||
{
|
||||
"limit": "7 KB",
|
||||
"path": "./dist/shareon.min.css"
|
||||
"limit": "6 KB",
|
||||
"path": "./dist/shareon.min.css",
|
||||
"brotli": true
|
||||
},
|
||||
{
|
||||
"limit": "1069 B",
|
||||
"path": "./dist/shareon.es.js"
|
||||
"limit": "1 KB",
|
||||
"path": "./dist/shareon.es.js",
|
||||
"brotli": true
|
||||
}
|
||||
],
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Reference in New Issue