aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js5
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"
}
}
},