Skip to content

Commit

Permalink
fix cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Nov 5, 2023
1 parent 40a65e9 commit 6a0d9d6
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 @@ -7,12 +7,12 @@
".": {
"types": "./types/server.d.ts",
"import": "./src/server.js",
"require": "./src/server.cjs"
"require": "./dist/server.cjs"
},
"./plugin": {
"types": "./types/plugin.d.ts",
"import": "./src/plugin.js",
"require": "./src/plugin.cjs"
"require": "./dist/plugin.cjs"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 6a0d9d6

Please sign in to comment.