From a9a33bb9610285c00e295f2fc19c087a25403908 Mon Sep 17 00:00:00 2001 From: viglino Date: Thu, 25 Jan 2024 13:17:15 +0100 Subject: [PATCH] [UPD] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 18e2230..f151e68 100644 --- a/package.json +++ b/package.json @@ -25,17 +25,17 @@ "watcherGlob": "**" }, "dependencies": { - "mcutils": "git+https://github.com/IGNF-Ma-carte/mcutils", + "mcutils": "github:IGNF-Ma-carte/mcutils#1.0.4", "xlsx": "^0.18.5" }, "repository": { "type": "git", - "url": "git+https://gitlab.gpf-tech.ign.fr/cegedim/macarte/statistique.git" + "url": "git+https://github.com/IGNF-Ma-carte/mcstatistic.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://gitlab.gpf-tech.ign.fr/cegedim/macarte/statistique/issues" + "url": "https://github.com/IGNF-Ma-carte/mcstatistic/issues" }, - "homepage": "https://gitlab.gpf-tech.ign.fr/cegedim/macarte/statistique#readme" + "homepage": "https://github.com/IGNF-Ma-carte/mcstatistic#readme" }