From 7c9573a96c0588896a38396abcf93194598b8273 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Mon, 1 May 2023 15:27:09 +0800 Subject: [PATCH] Update dependency declaration Use link for defining core SDK dependency. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b65e1..cee291b 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,6 @@ "fetch-ponyfill": "^7.1.0", "wrap-ansi": "^8.0.1", "yargs": "^17.4.1", - "@modal-sh/oblique-strategies-core": "file:../core" + "@modal-sh/oblique-strategies-core": "link:../core" } }