Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit bd238d7

Browse files
committed
Merge tag '1.0.1' into develop
fix package.json
2 parents 664a7e3 + 95bad50 commit bd238d7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77
"main": "dist/libxml.cjs",
88
"module": "dist/libxml.mjs",
99
"exports": {
10-
"./cjs": "./dist/libxml.cjs",
11-
"./esm": "./dist/libxml.mjs",
10+
"./cjs": {
11+
"require": "./dist/libxml.cjs",
12+
"types": "./types.d.ts"
13+
},
14+
"./esm": {
15+
"import": "./dist/libxml.mjs",
16+
"types": "./types.d.ts"
17+
},
1218
".": {
1319
"require": "./dist/libxml.cjs",
14-
"imoport": "./dist/libxml.mjs"
20+
"imoport": "./dist/libxml.mjs",
21+
"types": "./types.d.ts"
1522
}
1623
},
1724
"repository": {

0 commit comments

Comments
 (0)