Skip to content

Commit

Permalink
fix(nestjs): Use correct main/module path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Dec 18, 2024
1 parent cb1dcf7 commit b17b7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"/*.d.ts",
"/*.d.ts.map"
],
"main": "build/cjs/nestjs/index.js",
"module": "build/esm/nestjs/index.js",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/types/index.d.ts",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit b17b7d7

Please sign in to comment.