From bfb800a13ea04435821a5839ea4632ce95aacdfd Mon Sep 17 00:00:00 2001 From: Sylvain Combes Date: Thu, 3 Sep 2015 17:36:29 +0200 Subject: [PATCH] Use @vvo patch of tap-finished : see #223 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17eaf6f..ba59f42 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "stack-mapper": "0.2.2", "stacktrace-js": "http://github.com/defunctzombie/stacktrace.js/tarball/07e7b9516f1449f5c209e4f67f11a43f738c1712", "superagent": "0.15.7", - "tap-finished": "0.0.1", + "tap-finished": "https://github.com/vvo/tap-finished/tarball/patch-1", "tap-parser": "0.7.0", "watchify": "2.3.0", "wd": "0.3.11", @@ -69,4 +69,4 @@ "scripts": { "test": "DEBUG=zuul* mocha --ui qunit --timeout 0 --bail -- test/index.js" } -} \ No newline at end of file +}