Skip to content

Commit 01a2571

Browse files
authored
fix(nestjs/v8): Use correct main/module path in package.json (#14791)
1 parent b6c84fa commit 01a2571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nestjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"/*.d.ts",
1515
"/*.d.ts.map"
1616
],
17-
"main": "build/cjs/nestjs/index.js",
18-
"module": "build/esm/nestjs/index.js",
17+
"main": "build/cjs/index.js",
18+
"module": "build/esm/index.js",
1919
"types": "build/types/index.d.ts",
2020
"exports": {
2121
"./package.json": "./package.json",

0 commit comments

Comments
 (0)