Skip to content

Commit

Permalink
Add bundlephobia badge a link to package
Browse files Browse the repository at this point in the history
  • Loading branch information
rodleviton committed Nov 18, 2023
1 parent 57e35b7 commit 90a35d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![build](https://github.com/reactivepixels/recast/actions/workflows/.github/workflows/ci.yml/badge.svg)
[![Version](https://badge.fury.io/js/@rpxl%2Frecast.svg)](https://badge.fury.io/js/@rpxl%2Frecast)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@rpxl/recast)](https://bundlephobia.com/package/@rpxl/recast@2.0.0)

## TL;DR

Expand All @@ -29,7 +30,7 @@ Recast is brought to you courtesy of TypeScript. Types are what make all this po

### Tiny

At only 1.9kb gzipped and zero dependencies, Recast packs a big punch for such a small utility library.
At only a 1.2 kb gzipped and zero dependencies, Recast packs a big punch for such a small utility library.

### No more prop bloat

Expand Down
5 changes: 2 additions & 3 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
![build](https://github.com/reactivepixels/recast/actions/workflows/.github/workflows/ci.yml/badge.svg)
[![Version](https://badge.fury.io/js/@rpxl%2Frecast.svg)](https://badge.fury.io/js/@rpxl%2Frecast)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

<!-- ![npm bundle size](https://img.shields.io/bundlephobia/min/@rpxl/recast) -->
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@rpxl/recast)](https://bundlephobia.com/package/@rpxl/recast@2.0.0)

## TL;DR

Expand All @@ -31,7 +30,7 @@ Recast is brought to you courtesy of TypeScript. Types are what make all this po

### Tiny

At only 1.9kb gzipped and zero dependencies, Recast packs a big punch for such a small utility library.
At only a 1.2 kb gzipped and zero dependencies, Recast packs a big punch for such a small utility library.

### No more prop bloat

Expand Down

0 comments on commit 90a35d5

Please sign in to comment.