Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
fix esm imports
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido committed Apr 26, 2021
1 parent 17d2014 commit 2a810ce
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 @@ -28,7 +28,7 @@
"publishConfig": {
"access": "public",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs"
"module": "./dist/esm/index.js"
},
"scripts": {
"build": "rollup --config",
Expand Down

0 comments on commit 2a810ce

Please sign in to comment.