chore(jshint): update grunt-contrib-jshint

This commit is contained in:
Michał Gołębiowski
2014-07-08 15:49:18 +02:00
parent 5963b5c69f
commit 7d4f0d79bd
2 changed files with 57 additions and 9 deletions

64
npm-shrinkwrap.json generated
View File

@@ -865,22 +865,22 @@
"version": "0.4.1"
},
"grunt-contrib-jshint": {
"version": "0.7.2",
"version": "0.10.0",
"dependencies": {
"jshint": {
"version": "2.3.0",
"version": "2.5.2",
"dependencies": {
"shelljs": {
"version": "0.1.4"
"version": "0.3.0"
},
"underscore": {
"version": "1.4.4"
"version": "1.6.0"
},
"cli": {
"version": "0.4.5",
"version": "0.6.3",
"dependencies": {
"glob": {
"version": "3.2.9",
"version": "3.2.11",
"dependencies": {
"inherits": {
"version": "2.0.1"
@@ -890,7 +890,7 @@
}
},
"minimatch": {
"version": "0.2.14",
"version": "0.3.0",
"dependencies": {
"lru-cache": {
"version": "2.5.0"
@@ -900,10 +900,58 @@
}
}
},
"htmlparser2": {
"version": "3.7.2",
"dependencies": {
"domhandler": {
"version": "2.2.0"
},
"domutils": {
"version": "1.5.0"
},
"domelementtype": {
"version": "1.1.1"
},
"readable-stream": {
"version": "1.1.13-1",
"dependencies": {
"core-util-is": {
"version": "1.0.1"
},
"isarray": {
"version": "0.0.1"
},
"string_decoder": {
"version": "0.10.25-1"
},
"inherits": {
"version": "2.0.1"
}
}
},
"entities": {
"version": "1.0.0"
}
}
},
"console-browserify": {
"version": "0.1.6"
"version": "1.1.0",
"dependencies": {
"date-now": {
"version": "0.1.4"
}
}
},
"exit": {
"version": "0.1.2"
},
"strip-json-comments": {
"version": "0.1.3"
}
}
},
"hooker": {
"version": "0.2.3"
}
}
},

View File

@@ -12,7 +12,7 @@
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-ddescribe-iit": "~0.0.1",
"grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
"grunt-jscs-checker": "~0.4.0",