diff --git a/package.json b/package.json index 5275b5b..e0595ff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,13 @@ "name": "chai-things", "version": "0.2.0", "author": "Ruben Verborgh (http://ruben.verborgh.org/)", - "keywords": ["chai", "chai-plugin", "browser", "array", "things"], + "keywords": [ + "chai", + "chai-plugin", + "browser", + "array", + "things" + ], "main": "./lib/chai-things.js", "license": "MIT", "repository": { @@ -23,6 +29,6 @@ "chai": "1.4.x", "coffee-script": "1.4.x", "mocha": "1.7.x", - "jshint": "0.9.x" + "jshint": "2.9.2" } }