chore: add exclude to jsr.json try to prevent jsr from tempering with deno-src files

This commit is contained in:
Huakun Shen 2025-01-12 04:06:48 -05:00
parent 0c7da3ca30
commit 5d869fb78c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing",
"version": "0.0.11",
"version": "0.0.13",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
@ -15,5 +16,6 @@
"src/types.ts",
".npmrc"
]
}
},
"exclude": ["deno-src"]
}

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "image-processing",
"version": "0.0.11",
"version": "0.0.13",
"kunkun": {
"name": "Image Processing",
"shortDescription": "Image Processing",