Skip to content

Commit 5bd2ff6

Browse files
committedDec 3, 2024··

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎.npmignore

-1
This file was deleted.

‎package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@
5959
"vitest": "2.1.5"
6060
},
6161
"files": [
62-
"./dist/index.*"
62+
"./dist/index.cjs",
63+
"./dist/index.cjs.map",
64+
"./dist/index.mjs",
65+
"./dist/index.mjs.map",
66+
"./dist/index.umd.js",
67+
"./dist/index.umd.js.map",
68+
"./dist/index.umd.d.ts",
69+
"./dist/index.d.cts",
70+
"./dist/index.d.mts"
6371
],
6472
"repository": {
6573
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.