Skip to content

Commit 25e353b

Browse files
authored
fix: correction package.json exports types path (libp2p#191)
1 parent db35c30 commit 25e353b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"exports": {
3030
".": {
31-
"types": "./src/index.d.ts",
31+
"types": "./dist/src/index.d.ts",
3232
"import": "./dist/src/index.js"
3333
}
3434
},

0 commit comments

Comments
 (0)