build: build fix package publishing on JSR
[poolifier.git] / jsr.json
index 70a2fb8041e70e535525dfd4555c05af94f3ce05..5eec5714722798e403800ccd0f5cb0ee880e0050 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,16 +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.25",
+  "exports": "./src/index.ts",
   "publish": {
-    "include": [
-      "LICENSE",
-      "README.md",
-      "jsr.json",
-      "lib/**/*.mjs",
-      "lib/**/*.mjs.map",
-      "lib/**/*.ts"
-    ]
+    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
   }
 }