Skip to content

Commit 334ef51

Browse files
committed
fix: package default/type properties' sorting
Also update readme
1 parent 3609529 commit 334ef51

File tree

3 files changed

+623
-7
lines changed

3 files changed

+623
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![NPM bundle size](https://img.shields.io/bundlephobia/min/tryresult?color=royalblue)
2-
![npm](https://img.shields.io/npm/v/tryresult?label=version&color=royalblue)
1+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/tryresult)
2+
![npm](https://img.shields.io/npm/v/tryresult?label=version)
33
![npm](https://img.shields.io/npm/dm/tryresult?color=gold)
44

55
# 📛 TryResult
@@ -8,7 +8,7 @@ A tiny typescript library to get rid of try catches, and replace them with resul
88

99
![preview picture](./preview.png)
1010

11-
Under 400 bytes and with no dependencies, TryResult only provides you with more elegant error handling and gives you functions that act as wrappers and catch errors in your own functions.
11+
Under 650 bytes (minified and gzipped) and with no dependencies, TryResult only provides you with more elegant error handling and gives you functions that act as wrappers and catch errors in your own functions.
1212

1313
## Install
1414

0 commit comments

Comments
 (0)