Added a jshint binary

pull/344/merge
Peter 'Pita' Martischka 2012-01-22 14:56:08 +01:00
parent d881cefbc9
commit ada09f3e6b
2 changed files with 25 additions and 13 deletions

9
bin/jshint.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
if [ -d "../bin" ]; then
cd "../"
fi
JSHINT=./node_modules/jshint/bin/hint
$JSHINT ./node/

View File

@ -23,5 +23,8 @@
"jsdom-nocontextifiy" : "0.2.10",
"async-stacktrace" : "0.0.2"
},
"devDependencies": {
"jshint" : "*"
},
"version" : "1.0.0"
}