From a9a7d43de1fc5c0a30ef1a3e67894c3edfb29d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=BChringer?= <51900829+puehringer@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:15:53 +0100 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b8530d1..b875ba4 100644 --- a/package.json +++ b/package.json @@ -84,10 +84,10 @@ "dist" ], "dependencies": { - "ordino": "git+ssh://git@github.com:Caleydo/ordino#no_dist", + "ordino": "git+ssh://git@github.com:Caleydo/ordino#develop", "react-router-dom": "^5.2.0", - "tdp_core": "git+ssh://git@github.com:datavisyn/tdp_core#no_dist", - "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#no_dist" + "tdp_core": "git+ssh://git@github.com:datavisyn/tdp_core#develop", + "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop" }, "devDependencies": { "@types/react-router-dom": "^5.1.7"