diff --git a/test.sh b/test.sh index f91f7b86..19c72e2c 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh npm install jshint -./node_modules/jshint/bin/jshint server.js --config .jshintrc +./node_modules/jshint/bin/hint server.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file