Skip to content

Commit

Permalink
fix(chore): route of dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslopezd committed Apr 5, 2024
1 parent 86b6975 commit 182e750
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 @@ -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"
Expand Down

0 comments on commit 182e750

Please sign in to comment.