Skip to content

Commit

Permalink
v4.16.0
Browse files Browse the repository at this point in the history
 - [New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files
 - [Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting
 - [Robustness] `test` observably looks up `exec` on the object
 - [meta] create FUNDING.yml
 - [meta] add SECURITY.md
 - [Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim`
 - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel`
 - [Tests] fix no_only tests on Windows
  • Loading branch information
ljharb committed Aug 16, 2022
1 parent 6a1ce43 commit f4c7214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "4.15.1",
"version": "4.16.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit f4c7214

Please sign in to comment.