Skip to content

Commit 68be2f1

Browse files
committed
📝 Remove npm/deno.land badges
1 parent 2223257 commit 68be2f1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
# unknownutil
22

33
[![jsr](https://jsr.io/badges/@core/unknownutil)](https://jsr.io/@core/unknownutil)
4-
[![npm](https://img.shields.io/npm/v/unknownutil?logo=npm&logoColor=white)](https://www.npmjs.com/package/unknownutil)
5-
[![denoland](https://img.shields.io/github/v/release/jsr-core/unknownutil?logo=deno&label=denoland)](https://deno.land/x/unknownutil)
6-
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/unknownutil/mod.ts)
74
[![test](https://github.com/jsr-core/unknownutil/workflows/Test/badge.svg)](https://github.com/jsr-core/unknownutil/actions?query=workflow%3ATest)
85
[![codecov](https://codecov.io/github/jsr-core/unknownutil/graph/badge.svg?token=pfbLRGU5AM)](https://codecov.io/github/jsr-core/unknownutil)
96

107
A utility pack for handling `unknown` type.
118

12-
[deno]: https://deno.land/
13-
14-
> [!WARNING]
15-
>
16-
> The package on [deno.land] and [npm] is deprecated. Use the package on
17-
> [jsr.io] instead.
18-
>
19-
> ```
20-
> deno add @core/unknownutil
21-
> npx jsr add @core/unknownutil
22-
> ```
23-
24-
[deno.land]: https://deno.land/x/unknownutil
25-
[npm]: https://www.npmjs.com/package/unknownutil
269
[jsr.io]: https://jsr.io/@core/unknownutil
2710

2811
## Usage

0 commit comments

Comments
 (0)