From d1ef6fd14069cb896e8385075145f3464726f933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20P=C3=A9rez=20Sampayo?= Date: Thu, 30 May 2024 12:14:54 +0200 Subject: [PATCH] Update Repo name (#183) updated repo references in readme after repo rename from v2 to v3 --- README.md | 2 +- doc/desenvolupadors.md | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71846ae..c4b2c2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Catalunya Offline -[![Frontend tests](https://github.com/OpenICGC/catalunya-offline-v2/actions/workflows/test-frontend.yml/badge.svg)](https://github.com/OpenICGC/catalunya-offline-v2/actions/workflows/test-frontend.yml) +[![Frontend tests](https://github.com/OpenICGC/catalunya-offline-v3/actions/workflows/test-frontend.yml/badge.svg)](https://github.com/OpenICGC/catalunya-offline-v3/actions/workflows/test-frontend.yml) ## Informació diff --git a/doc/desenvolupadors.md b/doc/desenvolupadors.md index e4ac3fd..b8c4163 100644 --- a/doc/desenvolupadors.md +++ b/doc/desenvolupadors.md @@ -2,7 +2,7 @@ En essència es tracta d'un desenvolupament frontend Javascript que s'encapsula i distrubueix com Apps natives gràcies a Capacitor. -El codi ressideix a: https://github.com/OpenICGC/catalunya-offline-v2 +El codi ressideix a: https://github.com/OpenICGC/catalunya-offline-v3 Al README d'aquest repositori hi trobem com preparar l'entorn de treball i executar les tasques habituals. No les repetirem aquí. diff --git a/package.json b/package.json index 73e1f01..17a8976 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "npm test && webpack --env prod", "build:android": "npm run build && capacitor sync && capacitor open android", "build:ios": "npm run build && capacitor sync && capacitor open ios", - "deploy": "npm run build && gh-pages -d dist -r git@github.com:geomatico/catalunya-offline-v2.git", + "deploy": "npm run build && gh-pages -d dist", "storybook": "start-storybook -s ./static -p 6006", "storybook:build": "build-storybook", "lint": "npm run lint:js && npm run lint:i18n", @@ -22,12 +22,12 @@ }, "repository": { "type": "git", - "url": "git@github.com:OpenICGC/catalunya-offline-v2.git" + "url": "git@github.com:OpenICGC/catalunya-offline-v3.git" }, "author": "geomatico", "license": "MIT", "bugs": { - "url": "https://github.com/OpenICGC/catalunya-offline-v2/issues" + "url": "https://github.com/OpenICGC/catalunya-offline-v3/issues" }, "homepage": "https://icgc.cat/Ciutada/Destacats/Aplicacions-mobils/Catalunya-Offline", "devDependencies": {