From dafd535a6625ab6f32860e86aaf71b6212047193 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jun 2012 21:53:00 +0300 Subject: [PATCH] changed jshint to hint --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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