Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: correct update path for stream-to-ma-conn (#34)
Browse files Browse the repository at this point in the history
The path was wrong.
  • Loading branch information
achingbrain authored Mar 3, 2022
1 parent 208eda4 commit 90cc6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"types": "./dist/src/multiaddr/is-private.d.ts"
},
"./stream-to-ma-conn": {
"import": "./dist/src/stream-to-ma-connr.js",
"types": "./dist/src/stream-to-ma-connr.d.ts"
"import": "./dist/src/stream-to-ma-conn.js",
"types": "./dist/src/stream-to-ma-conn.d.ts"
}
},
"eslintConfig": {
Expand Down

0 comments on commit 90cc6f5

Please sign in to comment.