use latest jshint version

We should revert this once there is a npm package for jshint 1.0.0.
This commit is contained in:
Philipp Borgers 2013-01-21 17:16:43 +01:00
parent 43c08bd516
commit 02f09041ac

View File

@ -13,7 +13,7 @@
"generic-pool" : "2.0.2" "generic-pool" : "2.0.2"
}, },
"devDependencies" : { "devDependencies" : {
"jshint" : "*" "jshint" : "git://github.com/jshint/jshint.git"
}, },
"scripts" : { "scripts" : {
"test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres", "test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",