From ea44d84975588d97c8bcced853267b984859f252 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 8 Jul 2016 13:02:10 -0400 Subject: Build: Add jQuery 3.1.0 --- Gruntfile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') 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" } } }, -- cgit v1.2.3