Skip to content

Commit 1c710ec

Browse files
committed
Updating grunt-contrib-jshint package.
1 parent 1a98e9c commit 1c710ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
1515
'jquery.cookie.js'
1616
],
1717
options: {
18-
jshintrc: '.jshintrc'
18+
jshintrc: true
1919
}
2020
},
2121
uglify: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"readmeFilename": "README.md",
2020
"devDependencies": {
2121
"grunt": "~0.4.1",
22-
"grunt-contrib-jshint": "~0.4.0",
22+
"grunt-contrib-jshint": "~0.10.0",
2323
"grunt-contrib-uglify": "~0.2.0",
2424
"grunt-contrib-qunit": "~0.2.0",
2525
"grunt-contrib-watch": "~0.6.1",

0 commit comments

Comments
 (0)