From ab5060f2d3cfb730041b1837dab2c6b72336dc61 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 06:24:57 -0500 Subject: [PATCH] fix: update publish include paths in jsr.json --- jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index 0325a5c..0e25348 100644 --- a/jsr.json +++ b/jsr.json @@ -4,6 +4,6 @@ "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["dist", "demo", "README.md", "package.json", "mod.ts"] + "include": ["build", "README.md", "package.json", "mod.ts"] } }