moving back jshint

This commit is contained in:
coderaiser 2012-06-14 14:59:28 +00:00
parent c694ca3ab5
commit 40d0b1e34a
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "cloudcmd",
"version": "0.0.1",
"scripts":{"test":"sh test.sh","start": "server.js", "install": "jshint"},
"scripts":{"test":"sh test.sh","start": "server.js"},
"engines": { "node": "0.6.x" },
"subdomain": "cloudcmd"
}

View file

@ -1,3 +1,4 @@
#!/bin/sh
npm install -g jshint
jshint *.js --config .jshintrc
echo 'only warnings. no errors'