From 097bd2aefaaf58eb116553ce15ee6ba2bb6fa4cf Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 1 Aug 2016 06:18:14 +0100 Subject: [PATCH] chore(package): update mocha to version 3.0.0 --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5275b5b..1db6087 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": { @@ -22,7 +28,7 @@ "devDependencies": { "chai": "1.4.x", "coffee-script": "1.4.x", - "mocha": "1.7.x", + "mocha": "3.0.0", "jshint": "0.9.x" } }