From d1db086816a01e44db0db783b02032b481bbe6f1 Mon Sep 17 00:00:00 2001 From: Michael Puehringer Date: Thu, 9 Nov 2023 08:36:44 +0100 Subject: [PATCH] Prepare no_dist version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1ed91c0..f1ececfa 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "react-select-async-paginate": "^0.5.3", "react-virtualized": "^9.22.3", "html-react-parser": "^4.2.0", - "tdp_core": "git+ssh://git@github.com:datavisyn/tdp_core#develop", - "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts.git#develop" + "tdp_core": "git+ssh://git@github.com:datavisyn/tdp_core#no_dist", + "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts.git#no_dist" }, "resolutions": { "@types/react": "~18.2.0",