Skip to content

Commit 02f0904

Browse files
committed
use latest jshint version
We should revert this once there is a npm package for jshint 1.0.0.
1 parent 43c08bd commit 02f0904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"generic-pool" : "2.0.2"
1414
},
1515
"devDependencies" : {
16-
"jshint" : "*"
16+
"jshint" : "git://github.com/jshint/jshint.git"
1717
},
1818
"scripts" : {
1919
"test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",

0 commit comments

Comments
 (0)