summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3c3629e..61188e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
node_modules
+/npm-debug.log
diff --git a/package.json b/package.json
index f1d5b70..59a885f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "south-african-id-parser",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A library for parsing and validating South African ID Numbers.",
"main": "index.js",
"scripts": {