From ef9d67048603aebc89bbeb7a2dd5377d16c915c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 27 Mar 2024 11:40:13 +0100 Subject: [PATCH] build: comment out JSR include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- jsr.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jsr.json b/jsr.json index bcf3e369..f241fe35 100644 --- a/jsr.json +++ b/jsr.json @@ -2,15 +2,15 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/poolifier", "version": "3.1.25", - "exports": "./lib/index.mjs", - "publish": { - "include": [ - "LICENSE", - "README.md", - "jsr.json", - "lib/**/*.mjs", - "lib/**/*.mjs.map", - "lib/**/*.ts" - ] - } + "exports": "./lib/index.d.ts" + // "publish": { + // "include": [ + // "LICENSE", + // "README.md", + // "jsr.json", + // "lib/**/*.mjs", + // "lib/**/*.mjs.map", + // "lib/**/*.d.ts" + // ] + // } } -- 2.34.1