Forráskód Böngészése

fix: add cjs bundle to jsr config

Sv443 5 hónapja
szülő
commit
99abaab
2 módosított fájl, 6 hozzáadás és 1 törlés
  1. 5 0
      .changeset/quiet-spiders-arrive.md
  2. 1 1
      jsr.json

+ 5 - 0
.changeset/quiet-spiders-arrive.md

@@ -0,0 +1,5 @@
+---
+"@sv443-network/userutils": patch
+---
+
+Made CJS bundle available on JSR

+ 1 - 1
jsr.json

@@ -7,7 +7,7 @@
     "include": [
       "lib/**/*.ts",
       "dist/index.js",
-      "dist/index.mjs",
+      "dist/index.cjs",
       "dist/index.global.js",
       "dist/lib/**/*.d.ts",
       "package.json",