From 182e750b9da883eab82a6a4cdab12a2d46ae828a Mon Sep 17 00:00:00 2001 From: Matias Lopez Date: Fri, 5 Apr 2024 16:54:00 -0300 Subject: [PATCH] fix(chore): route of dist files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7880ee2..78c1842 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "test": "mocha", "coverage": "c8 npm run test" }, - "main": "dist/index.cjs.js", - "module": "dist/index.esm.js", + "main": "dist/index.cjs", + "module": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/videsk/mongoose-dummy.git"