From 073a91d6d981c736d5b13b58aa09c692e6d56d1e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 17:11:37 +0300 Subject: [PATCH] Update master --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aca178bc..420244b4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: -npm install jshint -jshint *.js --config js/.jshintrc \ No newline at end of file + npm install jshint + jshint *.js --config js/.jshintrc \ No newline at end of file