From f7143316d59b03c443692ce5362d7909a9dc59ae Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:48:56 +0530 Subject: [PATCH] fix: issue with jsr config Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- jsr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsr.json b/jsr.json index 25ceeedf..3c54e037 100644 --- a/jsr.json +++ b/jsr.json @@ -2,7 +2,7 @@ "name": "@vinayakkulkarni/v-github-icon", "version": "3.2.0", "exports": "./dist/v-github-icon.js", - "include": [ - "./dist/**" - ] -} \ No newline at end of file + "publish": { + "exclude": ["!dist"] + } +}