X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=jsr.json;h=23bcc11304373d47a11f8af0f4e79229a7d793a4;hb=80ea4815f1ceca7ad5d6f895eaf3274341c4eff3;hp=f241fe35df967484d3f4b6ebc65da0efcc983a81;hpb=ef9d67048603aebc89bbeb7a2dd5377d16c915c3;p=poolifier.git diff --git a/jsr.json b/jsr.json index f241fe35..23bcc113 100644 --- a/jsr.json +++ b/jsr.json @@ -1,16 +1,9 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/poolifier", - "version": "3.1.25", - "exports": "./lib/index.d.ts" - // "publish": { - // "include": [ - // "LICENSE", - // "README.md", - // "jsr.json", - // "lib/**/*.mjs", - // "lib/**/*.mjs.map", - // "lib/**/*.d.ts" - // ] - // } + "version": "3.1.29", + "exports": "./src/index.ts", + "publish": { + "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] + } }