diff --git a/package.json b/package.json index 065fa57..fc08163 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ "run-parallel": "^1.2.0", "spawn-sync": "^2.0.0", "standard": "^14.3.1", - "tap": "^14.5.0" + "tap": "^16.3.0" }, "license": "Apache-2.0", "repository": "jslicense/licensee.js", "scripts": { "licenses": "./licensee --errors-only", "lint": "standard index.js licensee test/**/test.js", - "test": "tap tests/unit.test.js tests/**/test.js" + "test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js" } }