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