From 426d5092b80eca28517df455f70468d2e0fb1378 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 24 Jun 2017 19:54:05 +0200 Subject: Updated dev dependencies and added linting --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.3