Browse Source

fix: jsr includes

Sv443 3 weeks ago
parent
commit
bb40243b3e
2 changed files with 11 additions and 2 deletions
  1. 5 0
      .changeset/heavy-comics-kneel.md
  2. 6 2
      jsr.json

+ 5 - 0
.changeset/heavy-comics-kneel.md

@@ -0,0 +1,5 @@
+---
+"@sv443-network/userutils": patch
+---
+
+Fixed includes for JSR

+ 6 - 2
jsr.json

@@ -5,8 +5,12 @@
   "exports": "./lib/index.ts",
   "publish": {
     "include": [
-      "lib/**/*.(ts|mts|js|mjs|json|css)",
-      "dist/index.(js|mjs|cjs|global.js|umd.js)",
+      "lib/**/*.ts",
+      "dist/index.js",
+      "dist/index.mjs",
+      "dist/index.cjs",
+      "dist/index.global.js",
+      "dist/index.umd.js",
       "dist/lib/*.d.ts",
       "package.json",
       "README.md",