Skip to content

Commit a6a28fa

Browse files
committed
⚡ mark as side-effects free
1 parent da74029 commit a6a28fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Provides a simple API to normalize texts, white-spaces, names, paragraphs & diac
1111

1212
- ⚡ Lightweight:
1313
- It's bundled with [Rollup](https://rollupjs.org/) and [Bublé](https://buble.surge.sh/).
14-
- Smaller than 0.5KB (min + gzip).
14+
- Smaller than 1KB (min + gzip).
1515
- Supports _tree shaking_.
1616

1717
- 🔋 Bateries included:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "normalize-text",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Provides a simple API to normalize texts, white-spaces, paragraphs & diacritics.",
5+
"sideEffects": false,
56
"cdn": "dist/index.umd.min.js",
67
"main": "dist/index.js",
78
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)