Skip to content

Commit ab54e81

Browse files
committed
fix: restore package.json#browser field
1 parent 7d2547e commit ab54e81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"./package.json": "./package.json"
4141
},
4242
"module": "./dist/esm/index.js",
43+
"browser": {
44+
"./dist/esm/index.js": "./dist/esm-browser/index.js",
45+
"./dist/cjs/index.js": "./dist/cjs-browser/index.js"
46+
},
4347
"files": [
4448
"CHANGELOG.md",
4549
"CONTRIBUTING.md",

0 commit comments

Comments
 (0)