Skip to content

Commit 6d9e782

Browse files
committed
v5.6.0
- [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
1 parent e23ec12 commit 6d9e782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.5.3",
3+
"version": "5.6.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)