Skip to content

Commit 1d0df26

Browse files
committed
v4.7.0
- [Fix] fix spurious "test exited without ending" (#223) - [New] show full error stack on failure (#330) - [Deps] update `resolve`, `object-inspect`, `glob` - [Dev Deps] update `tap`, `concat-stream`, `js-yaml` - [Tests] fix stack differences on node 0.8 - [Tests] npm v4.6+ breaks on node < v1, npm v5+ breaks on node < v4 - [Tests] on `node` `v8`; no need for sudo; `v0.8` passes now; allow v5/v7/iojs to fail.
1 parent 51597e2 commit 1d0df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "4.6.3",
3+
"version": "4.7.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"bin": "./bin/tape",

0 commit comments

Comments
 (0)