Skip to content

Commit

Permalink
v5.6.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.resolve on `--require` files
 - [Fix] in node v0.4, `stream.pipe` returns `undefined`
 - [Robustness] `test` observably looks up `exec` on the object
 - [meta] use `npmignore` to autogenerate an npmignore file
 - [meta] create FUNDING.yml
 - [meta] add SECURITY.md
 - [meta] ensure `prelint` works on windows
 - [meta] improve `prelint` script when no `.git` dir is present
 - [meta] remove unused travis.yml file
 - [Deps] update `glob`, `minimist`, `object-inspect`, `object.assign`, `string.prototype.trim`
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`
 - [Tests] fix no_only tests on Windows
 - [Tests] handle a broken error `cause` in node 16.9/16.10
  • Loading branch information
ljharb committed Aug 16, 2022
1 parent e23ec12 commit 6d9e782
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": "5.5.3",
"version": "5.6.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit 6d9e782

Please sign in to comment.