From 829060d12dc27dd432a3b8e5c46f9f416e5b5b2e Mon Sep 17 00:00:00 2001 From: sducamp Date: Thu, 1 Feb 2024 09:05:15 +0100 Subject: [PATCH] Rename the repository --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3067730..6549cc1 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "g-autoloader", - "version": "1.1.0", + "version": "1.1.1", "description": "Chargeur automatique pour les composants. Chargement pro actif ou à la demande.", "main": "index.js", "repository": { "type": "git", - "url": "ssh://git@stash.gammadia.ch:7999/nodmod/g-autoloader.git" + "url": "ssh://git@github.com:tipee-sa/g-autoloader.git" }, "license": "UNLICENSED", "private": true,