X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=jsr.json;h=23bcc11304373d47a11f8af0f4e79229a7d793a4;hb=d528d2b38f6b04d394b79b507fb074907a876cf5;hp=70a2fb8041e70e535525dfd4555c05af94f3ce05;hpb=41328ae5bb6579fa40ea51f5931f40105e43cd26;p=poolifier.git diff --git a/jsr.json b/jsr.json index 70a2fb80..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.24", - "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"] } }