X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=jsr.json;h=e953922e5f74dc938fa489b16cc42ea71f2285eb;hb=refs%2Fheads%2Fmaster;hp=23bcc11304373d47a11f8af0f4e79229a7d793a4;hpb=dca3cdd3fe9277840f5a37e4ecc900718f7c1c52;p=poolifier.git diff --git a/jsr.json b/jsr.json index 23bcc113..2e38b0ad 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,14 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/poolifier", - "version": "3.1.29", + "version": "4.0.17", "exports": "./src/index.ts", "publish": { - "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] + "include": [ + "LICENSE", + "README.md", + "jsr.json", + "src/**/*.ts" + ] } }