Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 65c3fb5

Browse files
authored
fix: wrong entries for main and umd:main
1 parent 47f91cb commit 65c3fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"author": "Travis Arnold <[email protected]> (http://souporserious.com)",
77
"homepage": "https://github.com/souporserious/react-popper",
8-
"main": "dist/react-popper.js",
9-
"umd:main": "dist/react-popper.umd.js",
8+
"main": "dist/cjs/react-popper.js",
9+
"umd:main": "dist/umd/react-popper.js",
1010
"module": "lib/react-popper.js",
1111
"types": "react-popper.d.ts",
1212
"files": [

0 commit comments

Comments
 (0)