Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Build: Update grunt-contrib-jshint
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+1
−1
package.json
-
+1
−0
test/.jshintrc
|
|
@@ -29,7 +29,7 @@ |
|
|
"grunt": "0.4.5", |
|
|
"grunt-cli": "0.1.13", |
|
|
"grunt-compare-size": "0.4.0", |
|
|
"grunt-contrib-jshint": "0.10.0", |
|
|
"grunt-contrib-jshint": "0.11.2", |
|
|
"grunt-contrib-uglify": "0.7.0", |
|
|
"grunt-contrib-watch": "0.6.1", |
|
|
"grunt-git-authors": "2.0.1", |
|
|
|
|
|
@@ -21,6 +21,7 @@ |
|
|
"require": false, |
|
|
"define": false, |
|
|
"DOMParser": false, |
|
|
"Promise": false, |
|
|
"QUnit": false, |
|
|
"ok": false, |
|
|
"equal": false, |
|
|
|