Преглед изворни кода

fix: forgor to add the cjs bundle to npm smh

Sv443 пре 5 месеци
родитељ
комит
ca8b62e
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 5 0
      .changeset/quick-crabs-collect.md
  2. 1 0
      package.json

+ 5 - 0
.changeset/quick-crabs-collect.md

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

+ 1 - 0
package.json

@@ -70,6 +70,7 @@
   },
   "files": [
     "/dist/index.js",
+    "/dist/index.cjs",
     "/dist/index.mjs",
     "/dist/index.global.js",
     "/dist/lib/**.d.ts",