Skip to content

Commit

Permalink
Fixed wrong export entry for ESM imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Feb 13, 2022
1 parent 68c77db commit ced48c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./src/SeleniumEngine.cjs",
"exports": {
"require": "./src/SeleniumEngine.cjs",
"import": "./esm/wrapper.mjs"
"import": "./src/esm/wrapper.mjs"
},
"scripts": {
"release": "np",
Expand Down

0 comments on commit ced48c8

Please sign in to comment.