Browse Source

Fixed jshint dependency since the latest one breaks our tests. fixes #1619

http://source.rd.rcg.local/trac/eagle6/changeset/1337/Eagle6_SVN
Philip Murray 12 years ago
parent
commit
e41b41e774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -29,7 +29,7 @@
 	},
 	"devDependencies": {
 		"mocha": "*",
-		"jshint": "*",
+		"jshint": "0.9.1",
 		"visionmedia-jscoverage": "*",
 		"jscheckstyle": "git+https://github.com/RiveraGroup/jscheckstyle.git"
 	},