aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-10-31 17:29:59 +0100
committerScott González <scott.gonzalez@gmail.com>2016-11-02 12:52:22 -0400
commit4673c8808b8b08302268de7961d9a772c29af47a (patch)
treee86b7deca9521a18498a26612c90b8178c0c3c8e /Gruntfile.js
parent622a129a4df9aa8f606b8af0558e2cdb76b102d4 (diff)
downloadjquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.tar.gz
jquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.zip
Build: Add jQuery 3.1.1
Closes gh-1766
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 ae382ad8d..66a75d66e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -392,7 +392,10 @@ grunt.initConfig({
"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"
+ "jquery-3.1.0/LICENSE.txt": "jquery-3.1.0/LICENSE.txt",
+
+ "jquery-3.1.1/jquery.js": "jquery-3.1.1/dist/jquery.js",
+ "jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt"
}
}
},