From 1556c4661af647e355a9a5c0a814012955e231bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 1 Jun 2015 23:25:38 +0200 Subject: [PATCH] Build: Update grunt-contrib-jshint --- package.json | 2 +- test/.jshintrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c2ea7a73..c0ee70281 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/.jshintrc b/test/.jshintrc index 7d24cba5d..b55594f4f 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -21,6 +21,7 @@ "require": false, "define": false, "DOMParser": false, + "Promise": false, "QUnit": false, "ok": false, "equal": false, -- 2.39.5