Skip to content

Commit

Permalink
Move to bundlejs from bundlephobia (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ller0 committed Sep 26, 2023
1 parent ab97a26 commit 2d0f2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inverter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A powerful and tiny IoC library with Typescript-first support. Lets you create _highly scalable modular apps and libraries_.

[![npm package](https://img.shields.io/npm/v/@fridgefm/inverter?style=flat-square)](https://www.npmjs.com/package/@fridgefm/inverter)
[![minzipped size](https://img.shields.io/bundlephobia/minzip/@fridgefm/inverter?style=flat-square)](https://bundlephobia.com/package/@fridgefm/inverter)
[![minzipped size](https://deno.bundlejs.com/?q=@fridgefm/inverter&badge=)](https://bundlejs.com/?q=%40fridgefm%2Finverter)
[![downloads](https://img.shields.io/npm/dt/@fridgefm/inverter?style=flat-square)](https://www.npmjs.com/package/@fridgefm/inverter)
[![open issues](https://img.shields.io/github/issues-raw/ch1ller0/fridgefm-inverter?style=flat-square)](https://github.com/ch1ller0/fridgefm-inverter/issues)

Expand Down Expand Up @@ -163,4 +163,4 @@ const provider = injectable({ provide: RANDOM, useFactory: () => randomString(),
await resolveAll()
// parent child-1 child-2
// [e63742, 59defd] [0abb46, 5cd9a1] [690125, 227e8c]
```
```

0 comments on commit 2d0f2c4

Please sign in to comment.