Skip to content

Commit

Permalink
fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue committed Feb 14, 2025
1 parent e70976f commit cd60d3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"src",
"dist"
],
"main": "./dist/plugin.js",
"module": "./dist/plugin.mjs",
"main": "./dist/plugin.cjs",
"module": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/plugin.d.ts",
"default": "./dist/plugin.js"
"types": "./dist/plugin.d.cts",
"default": "./dist/plugin.cjs"
},
"import": {
"types": "./dist/plugin.d.mts",
"default": "./dist/plugin.mjs"
"types": "./dist/plugin.d.ts",
"default": "./dist/plugin.js"
}
},
"./package.json": "./package.json"
Expand Down

0 comments on commit cd60d3d

Please sign in to comment.