Skip to content

Commit 53651c1

Browse files
committedOct 12, 2022
fix: ts-use import path
1 parent 1190bc6 commit 53651c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/ts-use/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ts-use",
33
"private": true,
44
"dependencies": {
5-
"multiformats": "file:../../dist/"
5+
"multiformats": "file:../../"
66
},
77
"scripts": {
88
"test": "npm install && npm_config_yes=true npx -p typescript tsc --noEmit"

0 commit comments

Comments
 (0)
Please sign in to comment.