diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 09:45:29 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 09:45:29 -0400 |
commit | 71b93ed2473313f5f95439fb6f287ee22d0e19e1 (patch) | |
tree | 08e3bb10b9f563c9eca88e29ed27833eaa23f7aa /Gruntfile.js | |
parent | 3a9a3c7c5bfa8d5695c74385e34d3f4cbb06472b (diff) | |
download | jquery-ui-71b93ed2473313f5f95439fb6f287ee22d0e19e1.tar.gz jquery-ui-71b93ed2473313f5f95439fb6f287ee22d0e19e1.zip |
Build: Add jQuery 3.0 for testing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index acbc84c8b..ff5775a1a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -281,7 +281,7 @@ grunt.initConfig({ "jshint/LICENSE": "jshint/LICENSE", "jquery/jquery.js": "jquery-1.x/dist/jquery.js", - "jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt", + "jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt", "jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js", "jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt", @@ -386,7 +386,10 @@ grunt.initConfig({ "jquery-2.2.3/LICENSE.txt": "jquery-2.2.3/LICENSE.txt", "jquery-2.2.4/jquery.js": "jquery-2.2.4/dist/jquery.js", - "jquery-2.2.4/LICENSE.txt": "jquery-2.2.4/LICENSE.txt" + "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" } } }, |