From 6ceabae30f315141f8e8bee6d9413a8284d66837 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Wed, 8 Jan 2025 04:13:48 -0500 Subject: [PATCH] chore: update publish configuration in jsr.json to include mod.ts --- jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index 4d1021d..14e6c15 100644 --- a/jsr.json +++ b/jsr.json @@ -4,6 +4,6 @@ "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["build", "dist"] + "include": ["build", "dist", "mod.ts"] } }