summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--package.json7
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92084b8..95b5327 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,8 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber)
//isSouthAfricanCitizen === true
```
-### License
+License
+-------
Copyright 2017, Justin Worthe
diff --git a/package.json b/package.json
index 076eae2..1de433c 100644
--- a/package.json
+++ b/package.json
@@ -12,13 +12,18 @@
],
"author": {
"name": "Justin Worthe",
- "email" : "justin.worthe@gmail.com",
+ "email" : "justin@worthe-it.co.za",
"url" : "http://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"
+ },
"license": "(ISC OR GPL-3.0)",
"devDependencies": {
"chai": "^4.0.2",