Skip to content

Commit

Permalink
fix: ts-use import path
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 12, 2022
1 parent 1190bc6 commit 53651c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ts-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-use",
"private": true,
"dependencies": {
"multiformats": "file:../../dist/"
"multiformats": "file:../../"
},
"scripts": {
"test": "npm install && npm_config_yes=true npx -p typescript tsc --noEmit"
Expand Down

0 comments on commit 53651c1

Please sign in to comment.