diff --git a/packages/moquerie/package.json b/packages/moquerie/package.json index 202dac5..accb2bb 100644 --- a/packages/moquerie/package.json +++ b/packages/moquerie/package.json @@ -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" },