diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-07-08 13:02:10 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-07-08 13:02:10 -0400 |
commit | ea44d84975588d97c8bcced853267b984859f252 (patch) | |
tree | 7a6775c2ccd09b3cc10bdf4197b78b3a0ea9618f /Gruntfile.js | |
parent | 3b066697bc03ccca1c3955c148cbde9610b31256 (diff) | |
download | jquery-ui-ea44d84975588d97c8bcced853267b984859f252.tar.gz jquery-ui-ea44d84975588d97c8bcced853267b984859f252.zip |
Build: Add jQuery 3.1.0
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ff5775a1a..be423b531 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -389,7 +389,10 @@ grunt.initConfig({ "jquery-2.2.4/LICENSE.txt": "jquery-2.2.4/LICENSE.txt", "jquery-3.0.0/jquery.js": "jquery-3.0.0/dist/jquery.js", - "jquery-3.0.0/LICENSE.txt": "jquery-3.0.0/LICENSE.txt" + "jquery-3.0.0/LICENSE.txt": "jquery-3.0.0/LICENSE.txt", + + "jquery-3.1.0/jquery.js": "jquery-3.1.0/dist/jquery.js", + "jquery-3.1.0/LICENSE.txt": "jquery-3.1.0/LICENSE.txt" } } }, |