Skip to content

Commit 0fe23dd

Browse files
authored
Add Superstruct to JSR (#1262)
1 parent ca323c7 commit 0fe23dd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020

2121
<p align="center">
2222
<a href="https://unpkg.com/superstruct/umd/superstruct.min.js">
23-
<img src="https://badgen.net/bundlephobia/minzip/superstruct?color=green&label=size">
23+
<img src="https://badgen.net/bundlephobia/minzip/superstruct?color=green&label=size" alt="">
2424
</a>
2525
<a href="./package.json">
26-
<img src="https://badgen.net/npm/v/superstruct?color=blue&label=version">
26+
<img src="https://badgen.net/npm/v/superstruct?color=blue&label=version" alt="">
27+
</a>
28+
<a href="https://jsr.io/@superstruct/core">
29+
<img src="https://jsr.io/badges/@superstruct/core" alt="">
2730
</a>
2831
</p>
2932

jsr.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://jsr.io/schema/config-file.v1.json",
3+
"name": "@superstruct/core",
4+
"version": "2.0.2",
5+
"exports": "./src/index.ts",
6+
"publish": {
7+
"include": ["Readme.md", "License.md", "src", "docs"]
8+
}
9+
}

0 commit comments

Comments
 (0)