diff --git a/package.json b/package.json index b5457a50c8..2392356c89 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "gaze": "^1.0.0", "istanbul": "0.4.4", "jquery": "3.1.0", - "mocha": "3.0.1", + "mocha": "3.0.2", "mocha-phantomjs-core": "^1.3.0", "mustache": "2.2.1", "phantomjs-prebuilt": "2.1.10", @@ -83,7 +83,14 @@ "proj4": false }, "rules": { - "no-console": [2, {"allow": ["assert"]}], + "no-console": [ + 2, + { + "allow": [ + "assert" + ] + } + ], "no-constant-condition": 0 } },