From b1f615479c968efde3dc633fdca808cb2d6f92f5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 12 Oct 2015 16:51:27 -0400 Subject: [PATCH] Replace tap-spec module with tap-dot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da77a3df..5a4ea6e5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "nsp": "^0.3.0", "precommit-hook": "^1.0.7", "proxyquire": "^1.4.0", - "tap-spec": "^0.2.0", + "tap-dot": "^1.0.0", "tape": "^2.13.4" } }