diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 13:57:41 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:30 -0500 |
commit | 61766aed92d936702df7391b293149f2ff01173f (patch) | |
tree | 0275990435905c5742f3fba31225634bbf46ba32 /package.json | |
parent | 6fc090df6a1a1074d7bee153ce44ae002176ebf2 (diff) | |
download | jquery-ui-61766aed92d936702df7391b293149f2ff01173f.tar.gz jquery-ui-61766aed92d936702df7391b293149f2ff01173f.zip |
Build: Upgrade grunt-contrib-qunit to 1.0.1
Ref gh-1670
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 267d6dca1..3b63bc810 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "grunt-contrib-concat": "0.5.1", "grunt-contrib-csslint": "0.5.0", "grunt-contrib-jshint": "0.12.0", - "grunt-contrib-qunit": "0.6.0", + "grunt-contrib-qunit": "1.0.1", "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.1.1", "grunt-esformatter": "0.2.0", |