chore: v3.1.26
[poolifier.git] / jsr.json
index efccb9cb44fc282bab3d6537495b568a349e5215..babe13bb648552ee5ccd3a4a1a2ccef180d434fb 100644 (file)
--- 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.24",
-  "exports": "./lib/index.mjs",
+  "version": "3.1.26",
+  "exports": "./src/index.ts",
   "publish": {
-    "include": [
-      "LICENSE",
-      "README.md",
-      "jsr.json",
-      "lib/**/*.mjs",
-      "lib/**/*.ts"
-    ]
+    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
   }
 }