File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<p align =" center " >
22
22
<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="" >
24
24
</a >
25
25
<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="">
27
30
</a >
28
31
</p >
29
32
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments