summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d313d2e..f1d5b70 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "south-african-id-parser",
"version": "0.0.1",
- "description": "A library for parsing and validating South African ID Numbers. In South Africa, all residents are assigned an ID Number. From this number, you can derive some information, like ther person's date of birth and their sex. The number also includes a check digit, that you can use to check that it has been captured correctly.",
+ "description": "A library for parsing and validating South African ID Numbers.",
"main": "index.js",
"scripts": {
"test": "mocha"