Skip to content

Commit 9e45b0f

Browse files
committed
1 parent ed793f5 commit 9e45b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"run-parallel": "^1.2.0",
3434
"spawn-sync": "^2.0.0",
3535
"standard": "^14.3.1",
36-
"tap": "^14.5.0"
36+
"tap": "^16.3.0"
3737
},
3838
"license": "Apache-2.0",
3939
"repository": "jslicense/licensee.js",
4040
"scripts": {
4141
"licenses": "./licensee --errors-only",
4242
"lint": "standard index.js licensee test/**/test.js",
43-
"test": "tap tests/unit.test.js tests/**/test.js"
43+
"test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js"
4444
}
4545
}

0 commit comments

Comments
 (0)