From ac711cfeb0501da332e2355ed341aca776b722d4 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 12 Feb 2017 05:54:21 +0200 Subject: Renamed main file to better fit browser use --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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" }, -- cgit v1.2.3