diff --git a/package.json b/package.json index cffbda0c..28b9dc30 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "multiaddr implementation (binary + string representation of network addresses)", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", - "types": "src/index.d.ts", + "types": "dist/src/index.d.ts", "scripts": { "lint": "aegir lint", "test": "npm run test:node && npm run test:browser",