summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-02-12 05:54:21 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-02-12 05:54:21 +0200
commitac711cfeb0501da332e2355ed341aca776b722d4 (patch)
tree1b3ad20eef81e61d53f299f44a4ed4fbfc93894d /package.json
parent2b415c192a11517c73c496a47f69f37b50667484 (diff)
Renamed main file to better fit browser use
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 59a885f..c430b4d 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "south-african-id-parser",
"version": "0.0.2",
"description": "A library for parsing and validating South African ID Numbers.",
- "main": "index.js",
+ "main": "south-african-id-parser.js",
"scripts": {
"test": "mocha"
},