From 13b129ad10c2ccc06940ff88f7691f4ccf60b230 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Wed, 9 Oct 2019 13:52:24 -0700 Subject: [PATCH] :arrow_up: dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ff973d..2f48721 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Value Change Dump (VCD) parser", "main": "lib/index.js", "scripts": { - "test": "eslint bin && nyc --reporter=lcov mocha", + "test": "eslint bin && nyc -r=text -r=lcov mocha", "install": "node bin/build.js && node-gyp rebuild" }, "repository": { @@ -30,7 +30,7 @@ "eslint": "^5.16.0", "llparse-dot": "^1.0.1", "llparse-test-fixture": "^3.3.1", - "mocha": "^6.1.4", + "mocha": "^6.2.1", "nyc": "^14.1.1" }, "eslintConfig": {