From 81918cabc140f327e2d3fb4ed1e3918e6b14ccf7 Mon Sep 17 00:00:00 2001 From: Charles Blaxland Date: Thu, 14 Aug 2014 21:50:50 +1000 Subject: [PATCH] Remove superfluous paths to test executables --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c49590..7c21803 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "scripts": { - "test": "node_modules/.bin/jshint *.js spec && node_modules/.bin/jasmine-node --captureExceptions spec" + "test": "jshint *.js spec && jasmine-node --captureExceptions spec" }, "repository": { "type": "git",