Skip to content

Commit 7080b57

Browse files
committed
fix: change main and types property
1 parent 601b705 commit 7080b57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"url": "https://github.com/r2don/nest-http-interface/issues"
2020
},
2121
"homepage": "https://github.com/r2don/nest-http-interface#readme",
22-
"main": "index.js",
22+
"main": "dist/index.js",
23+
"types" : "dist/index.d.ts",
2324
"scripts": {
2425
"format": "eslint --fix ./lib",
2526
"build": "tsc --build --verbose tsconfig.build.json",

0 commit comments

Comments
 (0)