summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-04 20:42:07 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-04 20:42:07 +0200
commit78bb10e3e6d60c824b1c28368cfb2d4c98708ae8 (patch)
tree3b8c7a3d00a458a9b1619cf784fbb7bd7ca0c061 /package.json
parentc04fb1dd2eb73056b275cfdaeee6a169e9232cc3 (diff)
Update all the project metadata URLs
Fix #3
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 4 insertions, 7 deletions
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",