Skip to content

Commit

Permalink
Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed Apr 11, 2023
1 parent 5614099 commit 49555cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"exports": {
".": {
"import": {
"types": "./lib/esm/types/plugin.d.ts",
"default": "./lib/esm/plugin.mjs"
"types": "./dist/esm/types/plugin.d.ts",
"default": "./dist/esm/plugin.mjs"
},
"require": {
"types": "./lib/cjs/types/plugin.d.ts",
"default": "./lib/cjs/plugin.js"
"types": "./dist/cjs/types/plugin.d.ts",
"default": "./dist/cjs/plugin.js"
}
}
},
Expand Down

0 comments on commit 49555cc

Please sign in to comment.