Skip to content

Commit d0703b9

Browse files
committed
fix main path
1 parent dd53021 commit d0703b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The nestjs node-config package",
55
"author": "Alex Hermann <alex.hermann@pop-code.com>",
66
"repository": "https://github.com/Pop-Code/nestjs-node-config",
7-
"main": "dist/index.js",
7+
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",
99
"scripts": {
1010
"build": "rm -Rf ./dist && tsc",

0 commit comments

Comments
 (0)