X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=jsr.json;h=23bcc11304373d47a11f8af0f4e79229a7d793a4;hb=80ea4815f1ceca7ad5d6f895eaf3274341c4eff3;hp=bcf3e369e7d1ef7dfc1d4da70c3f2cd100b81765;hpb=3b58238c2d1689eb1a91a9b7d9d259f3e64746cf;p=poolifier.git diff --git a/jsr.json b/jsr.json index bcf3e369..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.mjs", + "version": "3.1.29", + "exports": "./src/index.ts", "publish": { - "include": [ - "LICENSE", - "README.md", - "jsr.json", - "lib/**/*.mjs", - "lib/**/*.mjs.map", - "lib/**/*.ts" - ] + "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] } }