Skip to content

Commit

Permalink
Reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed Feb 6, 2020
1 parent b8093a2 commit 7ca969a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<img src="https://storeon.github.io/storeon/logo.svg" align="right"
alt="Storeon logo by Anton Lovchikov" width="160" height="142">

[Storeon] Router which solves the problem of routing your application, providing full control over the route.

It size is 657 bytes (minified and gzipped) and uses [Size Limit] to control size.
[Storeon] Router which solves the problem of routing your application, providing full control over the route.

It size is 650 bytes (minified and gzipped) and uses [Size Limit] to control size.

[Storeon]: https://github.com/storeon/storeon
[Size Limit]: https://github.com/ai/size-limit
Expand All @@ -15,7 +15,7 @@ It size is 657 bytes (minified and gzipped) and uses [Size Limit] to control siz

```
npm install @storeon/router
# or
# or
yarn add @storeon/router
```

Expand Down Expand Up @@ -122,7 +122,7 @@ Add `data-ignore-router` attribute to the link so that the router ignores it.

<p>
<a href="https://evrone.com/?utm_source=storeon-router">
<img src="https://solovev.one/static/evrone-sponsored-300.png"
<img src="https://solovev.one/static/evrone-sponsored-300.png"
alt="Sponsored by Evrone" width="210">
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"size-limit": [
{
"limit": "657 B",
"limit": "650 B",
"path": "index.js"
}
],
Expand Down

0 comments on commit 7ca969a

Please sign in to comment.