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

Commit 3ced3f0

Browse files
pravdomilFezVrasta
authored andcommitted
fix: use module field for es6 build (#105)
1 parent 00b066d commit 3ced3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "react-popper",
33
"version": "0.8.2",
44
"description": "React wrapper around PopperJS.",
5-
"main": "lib/react-popper.js",
5+
"main": "dist/react-popper.js",
6+
"module": "lib/react-popper.js",
67
"types": "react-popper.d.ts",
78
"files": [
89
"dist",

0 commit comments

Comments
 (0)