diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
commit | ae25cdb6881cef632d42100a5237850cae1c3a77 (patch) | |
tree | 54ba8ad3cc57dab702ace7e4f0b3ed48025316be /Gruntfile.js | |
parent | e1751383f17118d250a8ef576f3663de6ea76f36 (diff) | |
download | jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.tar.gz jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.zip |
Build: Upgrade to jQuery 1.11.3
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1040ebe27..3018702f5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -348,6 +348,9 @@ grunt.initConfig({ "jquery-1.11.2/jquery.js": "jquery-1.11.2/dist/jquery.js", "jquery-1.11.2/MIT-LICENSE.txt": "jquery-1.11.2/MIT-LICENSE.txt", + "jquery-1.11.3/jquery.js": "jquery-1.11.3/dist/jquery.js", + "jquery-1.11.3/MIT-LICENSE.txt": "jquery-1.11.3/MIT-LICENSE.txt", + "jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js", "jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt", |