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