Skip to content

Commit fe56309

Browse files
committed
add browser field to package.json with esm bundle
1 parent 03dfe93 commit fe56309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"main": "dist/cjs/react-popper-tooltip.js",
2020
"module": "dist/esm/react-popper-tooltip.js",
21+
"browser": "dist/esm/react-popper-tooltip.js",
2122
"typings": "dist/index.d.ts",
2223
"style": "dist/styles.css",
2324
"files": [

0 commit comments

Comments
 (0)