From 8addd9bdc6b497812b54dc58238bc5fb1afc5219 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 14:31:31 +0000 Subject: [PATCH] test.sh changing --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index a345662e..75af5c73 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -npm install jshint -jshint *.js --config js/.jshintrc \ No newline at end of file +npm install -g jshint +jshint *.js --config .jshintrc \ No newline at end of file