diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-17 13:14:31 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-24 13:03:01 -0500 |
commit | ff3769272bb5530b224297fa5d2add1865acbb7f (patch) | |
tree | e8f1049098f08f34c0ea88a09f3068ba5840aa96 /package.json | |
parent | 20466d50277712050b4e403686a9df16b5eca4e9 (diff) | |
download | jquery-ui-ff3769272bb5530b224297fa5d2add1865acbb7f.tar.gz jquery-ui-ff3769272bb5530b224297fa5d2add1865acbb7f.zip |
Build: Upgrade to grunt-html 6.0.0
Closes gh-1680
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 62acea96c..faf798b11 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.11.1", "grunt-git-authors": "3.1.0", - "grunt-html": "4.0.1", + "grunt-html": "6.0.0", "grunt-jscs": "2.1.0", "load-grunt-tasks": "3.4.0", "rimraf": "2.5.1", |