Skip to content

Commit

Permalink
fix: fix plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed May 16, 2023
1 parent 9f9d695 commit a2f3f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js"
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit a2f3f48

Please sign in to comment.