Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
[poolifier.git] / jsr.json
index b5c44b6ed59ea82fc88800593bcfb5120006f593..2e5e95b4bb22af7d922318fd6d48726128630151 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.23",
-  "exports": "./lib/index.mjs",
+  "version": "4.0.10",
+  "exports": "./src/index.ts",
   "publish": {
-    "include": [
-      "LICENSE",
-      "README.md",
-      "jsr.json",
-      "lib/**/*.mjs",
-      "lib/**/*.ts"
-    ]
+    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
   }
 }