Skip to content

Commit 90879c5

Browse files
add package.json to module exports (#152)
1 parent 65108f1 commit 90879c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "5.0.6",
55
"main": "dist/index-node-cjs.js",
66
"exports": {
7+
"./package.json": "./package.json",
78
".": {
89
"browser": "./dist/index-browser-esm.js",
910
"umd": "./dist/index-browser-umd.js",

0 commit comments

Comments
 (0)