Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
 - [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.
  • Loading branch information
ljharb committed Jun 26, 2017
1 parent 51597e2 commit 1d0df26
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.6.3",
"version": "4.7.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 1d0df26

Please sign in to comment.