From 53651c1fae60b0bf9424c5f8f688d42959835480 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 7 Sep 2022 15:32:51 +1000 Subject: [PATCH] fix: ts-use import path --- test/ts-use/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ts-use/package.json b/test/ts-use/package.json index 805023fb..db03d29c 100644 --- a/test/ts-use/package.json +++ b/test/ts-use/package.json @@ -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"