X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=jsr.json;h=23bcc11304373d47a11f8af0f4e79229a7d793a4;hb=HEAD;hp=c70d71f288f1b22bfc0b6dc7ed361a7755c13dc2;hpb=b7bb85861ee98ae26b7177b0cb4be614770c60ab;p=poolifier.git diff --git a/jsr.json b/jsr.json index c70d71f2..060ceee5 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.13", + "exports": "./src/index.ts", "publish": { - "include": [ - "LICENSE", - "README.md", - "jsr.json", - "lib/**/*.mjs", - "lib/**/*.ts" - ] + "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] } }