Skip to content

Commit 1556c46

Browse files
committed
Build: Update grunt-contrib-jshint
1 parent 285cfbf commit 1556c46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"grunt": "0.4.5",
3030
"grunt-cli": "0.1.13",
3131
"grunt-compare-size": "0.4.0",
32-
"grunt-contrib-jshint": "0.10.0",
32+
"grunt-contrib-jshint": "0.11.2",
3333
"grunt-contrib-uglify": "0.7.0",
3434
"grunt-contrib-watch": "0.6.1",
3535
"grunt-git-authors": "2.0.1",

test/.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"require": false,
2222
"define": false,
2323
"DOMParser": false,
24+
"Promise": false,
2425
"QUnit": false,
2526
"ok": false,
2627
"equal": false,

0 commit comments

Comments
 (0)