Skip to content

Commit 0a6ed35

Browse files
authored
fix: correction package.json exports types path (libp2p#230)
1 parent 32e6d7b commit 0a6ed35

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
@@ -44,7 +44,7 @@
4444
],
4545
"exports": {
4646
".": {
47-
"types": "./src/index.d.ts",
47+
"types": "./dist/src/index.d.ts",
4848
"import": "./dist/src/index.js"
4949
},
5050
"./filters": {

0 commit comments

Comments
 (0)