Skip to content

Commit a3b3aab

Browse files
committed
changin to 179 B
1 parent 83fdeb8 commit a3b3aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[Svelte] is the smallest JS framework, but even so, it contains many built-in features. One of them is a `svelte/store`. But why we need to use a third-party store? `@storeon/svelte` has several advantages compared with the built-in one.
1010

11-
- **Size**. 177 bytes (+ Storeon itself) instead of 485 bytes (minified and gzipped).
11+
- **Size**. 179 bytes (+ Storeon itself) instead of 485 bytes (minified and gzipped).
1212
- **Ecosystem**. Many additional [tools] can be combined with a store.
1313
- **Speed**. Bind components to the changes in the exact store that you need.
1414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"import": {
6464
"index.js": "{ provideStoreon, useStoreon }"
6565
},
66-
"limit": "177 B",
66+
"limit": "179 B",
6767
"ignore": [
6868
"svelte"
6969
]

0 commit comments

Comments
 (0)