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"] } }