Skip to content

Commit

Permalink
fix: correction package.json exports types path (libp2p#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-cc committed Apr 10, 2023
1 parent 32e6d7b commit 0a6ed35
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 @@ -44,7 +44,7 @@
],
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./filters": {
Expand Down

0 comments on commit 0a6ed35

Please sign in to comment.