From 78bb10e3e6d60c824b1c28368cfb2d4c98708ae8 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 4 Jun 2023 20:42:07 +0200 Subject: Update all the project metadata URLs Fix #3 --- .gitignore | 3 +++ package.json | 11 ++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 61188e8..807cf47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules /npm-debug.log + +# This is a library. +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index f19609e..4d47f0e 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,14 @@ "author": { "name": "Justin Wernick", "email" : "justin@worthe-it.co.za", - "url" : "http://worthe-it.co.za" + "url" : "http://www.worthe-it.co.za" }, "repository": { "type": "git", - "url": "https://github.com/JWorthe/south-african-id-parser.git" - }, - "homepage": "https://github.com/JWorthe/south-african-id-parser", - "bugs": { - "url" : "https://github.com/JWorthe/south-african-id-parser/issues", - "email" : "justin@worthe-it.co.za" + "url": "https://codeberg.org/worthe-it/south-african-id-parser.git" }, + "homepage": "https://codeberg.org/worthe-it/south-african-id-parser", + "bugs": "https://codeberg.org/worthe-it/south-african-id-parser/issues", "license": "(ISC OR GPL-3.0)", "devDependencies": { "chai": "^4.0.2", -- cgit v1.2.3