From c7ac6e298ecb3a9e757fbe502cb6078df350780f Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sun, 1 May 2016 21:25:25 -0700 Subject: [PATCH] fix: upgrade to version of nyc that works with new shelljs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e75611de..87a37b206 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "chai": "^3.5.0", "coveralls": "^2.11.9", "mocha": "^2.4.5", - "nyc": "^6.4.1", - "shelljs": "0.6.0", + "nyc": "^6.4.2", + "shelljs": "^0.7.0", "standard": "^6.0.8" } -} \ No newline at end of file +}