diff --git a/package.json b/package.json index 9657401d..7f6af8c9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A modular JavaScript image manipulation library modeled on a storyboard.", "main": "dist/image-sequencer.js", "scripts": { - "test": "tape test/*.js; browserify test/image-sequencer.js test/chain.js | tape-run" + "test": "tape test/*.js | tap-spec; browserify test/image-sequencer.js test/chain.js | tape-run --render=\"tap-spec\"" }, "repository": { "type": "git",