Skip to content

Commit

Permalink
fix: module not found in non-ESM env
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 13, 2024
1 parent c98fd23 commit ea5e58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/moquerie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"./*": "./*"
},
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"moquerie": "./bin.mjs"
},
Expand Down

0 comments on commit ea5e58f

Please sign in to comment.