From e6d78fe90528c2013c1d27d336d1ee718a0b2eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Cerm=C3=A1k?= Date: Thu, 5 Dec 2024 08:26:04 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc85df8..6bbb151 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Bear auth contains a set of methods for managing JWT tokens in single page appli ## Features - đŸĒļ Ultra-light - - `@bear-auth/core`: 7.1 kB (min + gzip) - - `@bear-auth/react`: 0.55 kB (min + gzip) - - `@bear-auth/storage`: 0.44 kB (min + gzip) + - `@bear-auth/core`: [7.1 kB (min + gzip)](https://bundlephobia.com/package/@bear-auth/core) + - `@bear-auth/react`: [0.55 kB (min + gzip)](https://bundlephobia.com/package/@bear-auth/react) + - `@bear-auth/storage`: [0.44 kB (min + gzip)](https://bundlephobia.com/package/@bear-auth/storage) - â™ģī¸ Auto access token refreshment - 🛜 Network status detection - 🏗ī¸ Highly customizable.