From 0cded099acb29db6bbeaa5747a0bb7b64fb39845 Mon Sep 17 00:00:00 2001 From: nick spragg Date: Tue, 5 Jul 2016 08:21:57 +0100 Subject: [PATCH] Task: Upgrade dev dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b7b38e8..ed45166 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "filehound", "version": "1.10.0", - "description": "Fluent interface for finding files", + "description": "Find files the easy way", "main": "index.js", "scripts": { "lint": "eslint ./src", @@ -41,9 +41,9 @@ "babel-core": "^6.10.4", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", - "coveralls": "^2.11.8", + "coveralls": "^2.11.9", "eslint": "^3.0.0", - "istanbul": "^0.4.1", + "istanbul": "^0.4.4", "mocha": "^2.3.0", "sinon": "^1.17.4" },