Skip to content

Commit d19829b

Browse files
committed
update
1 parent c7c8754 commit d19829b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"license": "AGPL-3.0",
4-
"main": "dist/index.js",
4+
"main": "dist/index.cjs",
55
"typings": "dist/index.d.ts",
6+
"exports": {
7+
".": {
8+
"require": "./dist/index.cjs",
9+
"import": "./dist/index.mjs",
10+
"types": "./dist/index.d.ts"
11+
}
12+
},
613
"files": [
7-
"dist"
14+
"dist", "src"
815
],
916
"scripts": {
1017
"_build": "cross-env NODE_ENV=production tsup-node",

0 commit comments

Comments
 (0)