From a46d4d80315bb00d57507c3724c43ed0f846d3aa Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:13:55 -0400 Subject: [PATCH] build: use workspace interface --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 927b534..3c0065e 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "typescript": "5.2.2" }, "dependencies": { - "@biothings-explorer/query_graph_handler": "file:../query_graph_handler", - "@biothings-explorer/smartapi-kg": "file:../smartapi-kg", + "@biothings-explorer/query_graph_handler": "workspace:../query_graph_handler", + "@biothings-explorer/smartapi-kg": "workspace:../smartapi-kg", "@bull-board/api": "^5.9.1", "@bull-board/express": "^5.9.1", "@sentry/node": "^7.74.1",