fix(standard-validator): import `@standard-schema/spec` for jsr
parent
a843d1c95f
commit
344a39feb7
|
@ -6,16 +6,11 @@
|
|||
".": "./src/index.ts"
|
||||
},
|
||||
"imports": {
|
||||
"hono": "jsr:@hono/hono@^4.8.3"
|
||||
"hono": "jsr:@hono/hono@^4.8.3",
|
||||
"@standard-schema/spec": "jsr:@standard-schema/spec@1.0.0"
|
||||
},
|
||||
"publish": {
|
||||
"include": [
|
||||
"deno.json",
|
||||
"README.md",
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts"
|
||||
]
|
||||
"include": ["deno.json", "README.md", "src/**/*.ts"],
|
||||
"exclude": ["src/**/*.test.ts"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue