diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-07-22 12:13:59 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-07-22 12:13:59 -0400 |
commit | 1071346aea784e0f22c85f260499135f76482f9f (patch) | |
tree | e035f555beca3451e2d0b49961cc4518337c8166 /Gruntfile.js | |
parent | acfda4be521e48c6b61cc458a715ef163892ac36 (diff) | |
download | jquery-ui-1071346aea784e0f22c85f260499135f76482f9f.tar.gz jquery-ui-1071346aea784e0f22c85f260499135f76482f9f.zip |
Build: Upgrade to jquery-mousewheel 3.1.12
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 6a711962b..5f9efd32b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -230,6 +230,7 @@ grunt.initConfig({ "qunit/MIT-LICENSE.txt": "qunit/MIT-LICENSE.txt", "jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js", + "jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt", "jshint/jshint.js": "jshint/dist/jshint.js", "jshint/LICENSE": "jshint/LICENSE", |