diff options
| author | Mark Otto <[email protected]> | 2017-11-26 00:39:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-26 00:39:48 -0800 |
| commit | 3f02fe4012b7a2ba21f0f6aaf0348595e1fbb95e (patch) | |
| tree | 55e1b16b38765c2d09d4be1878fe525dd22860a5 /package.json | |
| parent | 58286c1ba5c7f8a89500911a8256b1515a5005be (diff) | |
| download | bootstrap-3f02fe4012b7a2ba21f0f6aaf0348595e1fbb95e.tar.xz bootstrap-3f02fe4012b7a2ba21f0f6aaf0348595e1fbb95e.zip | |
fix qunit test running by upgrading to latest version
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 7a1705f53..c18a4e19a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-less": "~1.3.0", "grunt-contrib-pug": "~1.0.0", - "grunt-contrib-qunit": "~0.7.0", + "grunt-contrib-qunit": "~2.0.0", "grunt-contrib-uglify": "~1.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-csscomb": "~3.1.0", |
