Update master

This commit is contained in:
coderaiser 2012-06-25 22:32:54 +03:00
parent af7a17de1b
commit 13da7f7652

View file

@ -1,4 +1,4 @@
#!/bin/sh
npm install jshint
./node_modules/jshint/bin/hint server.js --config .jshintrc
#!/bin/bash
npm i -g jshint
jshint server.js --config .jshintrc
echo 'only warnings. no errors'