Explorar el Código

fix: jsr publish include prop

Sv443 hace 9 meses
padre
commit
9691700467
Se han modificado 1 ficheros con 14 adiciones y 1 borrados
  1. 14 1
      jsr.json

+ 14 - 1
jsr.json

@@ -2,5 +2,18 @@
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@sv443-network/userutils",
   "version": "7.1.0",
-  "exports": "./lib/index.ts"
+  "exports": "./lib/index.ts",
+  "publish": {
+    "include": [
+      "lib/**/*.ts",
+      "dist/index.js",
+      "dist/index.mjs",
+      "dist/index.global.js",
+      "dist/lib/**/*.d.ts",
+      "package.json",
+      "README.md",
+      "CHANGELOG.md",
+      "LICENSE.txt"
+    ]
+  }
 }