Skip to content

Commit

Permalink
fix: types property (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Apr 8, 2021
1 parent 9067450 commit 54633f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "multiaddr implementation (binary + string representation of network addresses)",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"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",
Expand Down

0 comments on commit 54633f4

Please sign in to comment.