瀏覽代碼

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",