From 0e472bcf72be72f9fbc0642ad01462b71f9211dc Mon Sep 17 00:00:00 2001 From: c43721 Date: Thu, 23 May 2024 17:01:32 -0500 Subject: [PATCH] fix: exclude .github files as well --- jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index f13f261..c7a4587 100644 --- a/jsr.json +++ b/jsr.json @@ -3,6 +3,6 @@ "version": "1.1.1", "exports": "./src/index.ts", "publish": { - "exclude": ["./examples"] + "exclude": ["./examples", "./.github"] } }