From 9a1caa52105bff7949390ed8386b8909fe729860 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 16 Dec 2015 12:14:48 +0200 Subject: Shortened description in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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" -- cgit v1.2.3