Skip to content

Commit

Permalink
tap@16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Aug 31, 2022
1 parent ed793f5 commit 9e45b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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"
}
}

0 comments on commit 9e45b0f

Please sign in to comment.