diff --git a/jsr.json b/jsr.json index 65a936b..c3ead4a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@kunkun/ext-image-processing", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "exports": "./mod.ts", "publish": { @@ -16,6 +16,5 @@ "src/types.ts", ".npmrc" ] - }, - "exclude": ["deno-src"] + } } diff --git a/package.json b/package.json index cdaf613..7bf1b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "image-processing", - "version": "0.0.14", + "version": "0.0.15", "kunkun": { "name": "Image Processing", "shortDescription": "Image Processing",