Skip to content

Commit ece87c9

Browse files
Fix types field to point to the correct path
1 parent db0f10d commit ece87c9

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
@@ -3,7 +3,7 @@
33
"version": "0.10.2",
44
"description": "HTTP Man In The Middle (MITM) Proxy",
55
"main": "dist/index.js",
6-
"types": "index.d.ts",
6+
"types": "dist/index.d.ts",
77
"scripts": {
88
"test": "cross-env TS_NODE_TRANSPILE_ONLY=true TS_NODE_PRETTY=true ts-mocha test/01_proxy.ts --exit",
99
"build": "rimraf dist && tsc",

0 commit comments

Comments
 (0)