From 71b93ed2473313f5f95439fb6f287ee22d0e19e1 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 6 Jul 2016 09:45:29 -0400 Subject: Build: Add jQuery 3.0 for testing --- Gruntfile.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') 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" } } }, -- cgit v1.2.3