From e143d0bd70c3cca56385ac8449cc9c8610463d62 Mon Sep 17 00:00:00 2001 From: timwis Date: Wed, 20 Jul 2016 06:52:28 -0400 Subject: [PATCH] use tape-run instead of wzrd --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5c22b4..669186d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals", "main": "index.js", "scripts": { - "test": "wzrd test.js" + "test": "browserify test.js | tape-run" }, "repository": { "type": "git", @@ -24,6 +24,6 @@ "devDependencies": { "browserify": "^13.0.1", "tape": "^4.5.1", - "wzrd": "^1.3.1" + "tape-run": "^2.1.4" } }