Skip to content

Commit

Permalink
Update size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Nov 17, 2024
1 parent 3b81adb commit 34e6ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> 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.
- **Ethical.** Embeds no tracking code. JS is required only for the setup.

Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,12 @@
},
"size-limit": [
{
"limit": "6.1 KiB",
"path": "./dist/shareon.min.css",
"brotli": true
"limit": "6.3 KiB",
"path": "./dist/shareon.min.css"
},
{
"limit": "1.1 KiB",
"path": "./dist/shareon.es.js",
"brotli": true
"path": "./dist/shareon.es.js"
}
],
"publishConfig": {
Expand Down

0 comments on commit 34e6ac0

Please sign in to comment.