We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed793f5 commit 9e45b0fCopy full SHA for 9e45b0f
package.json
@@ -33,13 +33,13 @@
33
"run-parallel": "^1.2.0",
34
"spawn-sync": "^2.0.0",
35
"standard": "^14.3.1",
36
- "tap": "^14.5.0"
+ "tap": "^16.3.0"
37
},
38
"license": "Apache-2.0",
39
"repository": "jslicense/licensee.js",
40
"scripts": {
41
"licenses": "./licensee --errors-only",
42
"lint": "standard index.js licensee test/**/test.js",
43
- "test": "tap tests/unit.test.js tests/**/test.js"
+ "test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js"
44
}
45
0 commit comments