Skip to content

Commit

Permalink
Bump size-limit to 3333 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jul 12, 2020
1 parent ac3887b commit 3665289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A slick, yet tiny lightbox gallery for Vue.js

- **Slick.** No excessive design. Pictures, thumbnails, controls.
- **Tiny.** Dependency-free. Less than 3 KB minified and gzipped.
- **Tiny.** Dependency-free. 3 KB minified and gzipped.
- **Adaptive.** Works on computers. Works on tablets. Works on phones.

## Demo
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>

<p>
While being not as customizable as some other
lightboxes, Tinybox is very slick and lightweight (less than 3&nbsp;KB minzipped). Tinybox is
lightboxes, Tinybox is very slick and lightweight (3&nbsp;KB minzipped). Tinybox is
great on mobile devices too: it supports swipe gestures and changes its size responsively.
</p>
<aside>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"size-limit": [
{
"path": "dist/tinybox.umd.js",
"limit": "3 KB",
"limit": "3333 B",
"webpack": false
},
{
"path": "dist/tinybox.esm.js",
"limit": "3 KB"
"limit": "3333 B"
}
],
"engines": {
Expand Down

0 comments on commit 3665289

Please sign in to comment.