Skip to content

Commit

Permalink
fix: correction package.json exports types path (libp2p#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-cc committed Mar 30, 2023
1 parent db35c30 commit 25e353b
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 @@ -28,7 +28,7 @@
],
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
Expand Down

0 comments on commit 25e353b

Please sign in to comment.