X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=jsr.json;h=f36e2be44d2e2e94f501bbc7f634b7530f5327c2;hb=b1a6445cf82a7c06495f1ec774fb7b04fb7f9336;hp=c70d71f288f1b22bfc0b6dc7ed361a7755c13dc2;hpb=b7bb85861ee98ae26b7177b0cb4be614770c60ab;p=poolifier.git diff --git a/jsr.json b/jsr.json index c70d71f2..f36e2be4 100644 --- a/jsr.json +++ b/jsr.json @@ -1,15 +1,9 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/poolifier", - "version": "3.1.22", - "exports": "./lib/index.mjs", + "version": "4.0.7", + "exports": "./src/index.ts", "publish": { - "include": [ - "LICENSE", - "README.md", - "jsr.json", - "lib/**/*.mjs", - "lib/**/*.ts" - ] + "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] } }