diff --git a/jsr.json b/jsr.json index 14e6c15..119bb32 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,9 @@ { "name": "@kunkun/ext-image-processing", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["build", "dist", "mod.ts"] + "include": ["build", "dist", "mod.ts", "package.json", "README.md", "LICENSE"] } } diff --git a/package.json b/package.json index d9bad18..a5a0b52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "image-processing", - "version": "0.0.5", + "version": "0.0.6", "kunkun": { "name": "TODO: Change Display Name", "shortDescription": "A Custom UI template for sveltekit",