summaryrefslogtreecommitdiff
path: root/south-african-id-parser.js
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-06-24 19:54:05 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-06-24 19:54:05 +0200
commit426d5092b80eca28517df455f70468d2e0fb1378 (patch)
tree78f0f65acce23abc77554dcc24162f404e5709d7 /south-african-id-parser.js
parent80d3f7d29ee0b62c6dcae6f2ee8977adf4159c67 (diff)
Updated dev dependencies and added linting
Diffstat (limited to 'south-african-id-parser.js')
-rw-r--r--south-african-id-parser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/south-african-id-parser.js b/south-african-id-parser.js
index 1405a5a..b51d081 100644
--- a/south-african-id-parser.js
+++ b/south-african-id-parser.js
@@ -1,4 +1,6 @@
(function (global, factory) {
+ 'use strict';
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
global.saIdParser = factory();