We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a98e9c commit 1c710ecCopy full SHA for 1c710ec
Gruntfile.js
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
15
'jquery.cookie.js'
16
],
17
options: {
18
- jshintrc: '.jshintrc'
+ jshintrc: true
19
}
20
},
21
uglify: {
package.json
@@ -19,7 +19,7 @@
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
22
- "grunt-contrib-jshint": "~0.4.0",
+ "grunt-contrib-jshint": "~0.10.0",
23
"grunt-contrib-uglify": "~0.2.0",
24
"grunt-contrib-qunit": "~0.2.0",
25
"grunt-contrib-watch": "~0.6.1",
0 commit comments