From 5d869fb78ce4152e6913982f5cd2fcb77a1a8063 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 12 Jan 2025 04:06:48 -0500 Subject: [PATCH] chore: add exclude to jsr.json try to prevent jsr from tempering with deno-src files --- jsr.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index b235029..b70d7eb 100644 --- a/jsr.json +++ b/jsr.json @@ -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"] } diff --git a/package.json b/package.json index 1e609fd..72a1208 100644 --- a/package.json +++ b/package.json @@ -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",