Skip to content

Commit

Permalink
Add Superstruct to JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmuller committed Jul 6, 2024
1 parent ca323c7 commit 1743913
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@

<p align="center">
<a href="https://unpkg.com/superstruct/umd/superstruct.min.js">
<img src="https://badgen.net/bundlephobia/minzip/superstruct?color=green&label=size">
<img src="https://badgen.net/bundlephobia/minzip/superstruct?color=green&label=size" alt="">
</a>
<a href="./package.json">
<img src="https://badgen.net/npm/v/superstruct?color=blue&label=version">
<img src="https://badgen.net/npm/v/superstruct?color=blue&label=version" alt="">
</a>
<a href="https://jsr.io/@superstruct/core">
<img src="https://jsr.io/badges/@superstruct/core" alt="">
</a>
</p>

Expand Down
9 changes: 9 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@superstruct/core",
"version": "2.0.2",
"exports": "./src/index.ts",
"publish": {
"include": ["Readme.md", "License.md", "src", "docs"]
}
}

0 comments on commit 1743913

Please sign in to comment.