Skip to content

Commit b7266de

Browse files
authoredDec 13, 2024··
Merge pull request #97 from line/docs/size
docs: update size
2 parents 6456b7d + c768895 commit b7266de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ tsr is designed to be minimal and serve a single purpose. The install size is su
220220

221221
| tsr | Knip |
222222
| ----- | ------ |
223-
| 237kB | 5.86MB |
223+
| 98kB | 5.86MB |
224224

225225
#### Better Performance
226226

@@ -239,7 +239,7 @@ tsr provides `---recursive` option which will edit your files until there are no
239239
| **Automatic Editing** | ✅ Comprehensive | Limited |
240240
| **Zero Configuration** | ✅ Works with `tsconfig.json` | Requires a config file for correct results |
241241
| **Predictable Behavior** | ✅ TypeScript-based logic | Assumptions for project structure |
242-
| **Install Size** |237kB, minimal dependencies | 5.86MB, requires `@types/node` |
242+
| **Install Size** |98kB, minimal dependencies | 5.86MB, requires `@types/node` |
243243
| **Performance** | ✅ 2.5x faster | |
244244
| **Recursive Editing** |`--recursive` option | |
245245

0 commit comments

Comments
 (0)
Please sign in to comment.