mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-04 10:16:45 +00:00
chore: add exclude to jsr.json try to prevent jsr from tempering with deno-src files
This commit is contained in:
parent
0c7da3ca30
commit
5d869fb78c
6
jsr.json
6
jsr.json
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||||
"name": "@kunkun/ext-image-processing",
|
"name": "@kunkun/ext-image-processing",
|
||||||
"version": "0.0.11",
|
"version": "0.0.13",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
@ -15,5 +16,6 @@
|
|||||||
"src/types.ts",
|
"src/types.ts",
|
||||||
".npmrc"
|
".npmrc"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"exclude": ["deno-src"]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "image-processing",
|
"name": "image-processing",
|
||||||
"version": "0.0.11",
|
"version": "0.0.13",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "Image Processing",
|
"name": "Image Processing",
|
||||||
"shortDescription": "Image Processing",
|
"shortDescription": "Image Processing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user