From fe4aeec6e8c75c8a2aa96d2ca408cce49f2277b9 Mon Sep 17 00:00:00 2001 From: Ryan Kirkman Date: Sat, 18 Aug 2012 20:07:51 +1000 Subject: [PATCH] Used shorthand to call vows in package.json test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 917069fe3..3386597d1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "build": "./build/build.js", - "test": "./node_modules/vows/bin/vows" + "test": "vows" }, "dependencies": {}, "devDependencies": {