From 4534c1fe9666987a864e1d769635407d120fcb33 Mon Sep 17 00:00:00 2001 From: Christian Pekeler Date: Fri, 8 Jan 2016 13:43:19 -0700 Subject: [PATCH] make npm test work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605c9c4..2807160 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "watchify": "^3.6.1" }, "scripts": { - "lint": "jshint ./src --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules", + "lint": "jshint ./src --reporter=node_modules/jshint-stylish --exclude node_modules", "test": "npm run-script lint" }, "engines": {