Skip to content

Commit

Permalink
make npm test work
Browse files Browse the repository at this point in the history
  • Loading branch information
pekeler committed Jan 8, 2016
1 parent 5cd9036 commit 4534c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4534c1f

Please sign in to comment.