We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285cfbf commit 1556c46Copy full SHA for 1556c46
package.json
@@ -29,7 +29,7 @@
29
"grunt": "0.4.5",
30
"grunt-cli": "0.1.13",
31
"grunt-compare-size": "0.4.0",
32
- "grunt-contrib-jshint": "0.10.0",
+ "grunt-contrib-jshint": "0.11.2",
33
"grunt-contrib-uglify": "0.7.0",
34
"grunt-contrib-watch": "0.6.1",
35
"grunt-git-authors": "2.0.1",
test/.jshintrc
@@ -21,6 +21,7 @@
21
"require": false,
22
"define": false,
23
"DOMParser": false,
24
+ "Promise": false,
25
"QUnit": false,
26
"ok": false,
27
"equal": false,
0 commit comments