summaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
parent80d3f7d29ee0b62c6dcae6f2ee8977adf4159c67 (diff)
Updated dev dependencies and added linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3d6fb76..baf9734 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "A library for parsing and validating South African ID Numbers.",
"main": "south-african-id-parser.js",
"scripts": {
- "test": "mocha"
+ "test": "mocha && jshint **/*.js"
},
"keywords": [
"South Africa",
@@ -21,7 +21,8 @@
},
"license": "ISC",
"devDependencies": {
- "chai": "^3.4.1",
- "mocha": "^2.3.4"
+ "chai": "^4.0.2",
+ "mocha": "^3.4.2",
+ "jshint": "^2.9.5"
}
}