summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-12-16 12:14:48 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-12-16 12:14:48 +0200
commit9a1caa52105bff7949390ed8386b8909fe729860 (patch)
treeeca88068c19d6465d8cf4e27798984c98774068a
parent6ac87bee38950cf502f000aa9060f4d586d0bfe0 (diff)
Shortened description in 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"