Skip to content

Commit cc40996

Browse files
committed
docs(README): Restore bundle size badge for all libraries
1 parent 59c185a commit cc40996

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Minwork is the personal brand of Krzysztof Kalkhoff. You can find more informati
1111

1212
![NPM Downloads](https://img.shields.io/npm/dm/use-long-press)
1313
[![npm](https://img.shields.io/npm/v/use-long-press)](https://www.npmjs.com/package/use-long-press)
14+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/use-long-press)
1415

1516
![React Long Press Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp)
1617

@@ -24,6 +25,8 @@ Minwork is the personal brand of Krzysztof Kalkhoff. You can find more informati
2425

2526
![NPM Downloads](https://img.shields.io/npm/dm/use-double-tap)
2627
![npm](https://img.shields.io/npm/v/use-double-tap)
28+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/use-double-tap)
29+
2730

2831
![React Double Tap Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp)
2932

@@ -36,6 +39,7 @@ Minwork is the personal brand of Krzysztof Kalkhoff. You can find more informati
3639

3740
![NPM Downloads](https://img.shields.io/npm/dm/react-interval-hook)
3841
[![npm](https://img.shields.io/npm/v/react-interval-hook)](https://www.npmjs.com/package/react-interval-hook)
42+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-interval-hook)
3943

4044
![React Interval Hook](https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp)
4145

packages/react-interval-hook/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![npm type definitions](https://img.shields.io/npm/types/react-interval-hook)
55
![NPM Downloads](https://img.shields.io/npm/dm/react-interval-hook)
66
[![npm](https://img.shields.io/npm/v/react-interval-hook)](https://www.npmjs.com/package/react-interval-hook)
7+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-interval-hook)
78

89
![React Interval Hook](https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp)
910

packages/use-double-tap/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![npm type definitions](https://img.shields.io/npm/types/use-double-tap)
66
![NPM Downloads](https://img.shields.io/npm/dm/use-double-tap)
77
![npm](https://img.shields.io/npm/v/use-double-tap)
8+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/use-double-tap)
89

910
![React Double Tap Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp)
1011

packages/use-long-press/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![npm type definitions](https://img.shields.io/npm/types/use-long-press)
55
![NPM Downloads](https://img.shields.io/npm/dm/use-long-press)
66
[![npm](https://img.shields.io/npm/v/use-long-press)](https://www.npmjs.com/package/use-long-press)
7+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/use-long-press)
78

89
![React Long Press Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp)
910

0 commit comments

Comments
 (0)