Upgrade grunt-contrib-jshint to 0.4.1.

(cherry picked from commit cdff8de18f)
This commit is contained in:
Scott González 2013-04-08 15:02:54 -04:00
parent a798459636
commit c55550b0ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env node
/*global cat:true cd:true echo:true exec:true exit:true*/
/* global cat:true, cd:true, echo:true, exec:true, exit:true */
// Usage:
// stable release: node release.js

View File

@ -54,7 +54,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-jshint": "0.4.1",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-qunit": "0.2.0",