summaryrefslogtreecommitdiffstats
path: root/core/vendor/jquery/.bower.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-14 12:43:26 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-14 12:47:35 +0200
commit621d1e21288effcedcc450f4faa49aff4c5b5783 (patch)
tree27f0634826d58528247d6193ace9c10b76bad1e6 /core/vendor/jquery/.bower.json
parent068e73cc47f4a35ce0b4374ad1b69df4b6a3265b (diff)
downloadnextcloud-server-621d1e21288effcedcc450f4faa49aff4c5b5783.tar.gz
nextcloud-server-621d1e21288effcedcc450f4faa49aff4c5b5783.zip
update jquery to version 2.2.3
Diffstat (limited to 'core/vendor/jquery/.bower.json')
-rw-r--r--core/vendor/jquery/.bower.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/core/vendor/jquery/.bower.json b/core/vendor/jquery/.bower.json
index 72b99da7090..dfaa821eeb0 100644
--- a/core/vendor/jquery/.bower.json
+++ b/core/vendor/jquery/.bower.json
@@ -1,21 +1,25 @@
{
"name": "jquery",
- "version": "1.10.2",
- "description": "jQuery component",
+ "main": "dist/jquery.js",
+ "license": "MIT",
+ "ignore": [
+ "package.json"
+ ],
"keywords": [
"jquery",
- "component"
+ "javascript",
+ "browser",
+ "library"
],
- "main": "jquery.js",
- "license": "MIT",
- "homepage": "https://github.com/jquery/jquery",
- "_release": "1.10.2",
+ "homepage": "https://github.com/jquery/jquery-dist",
+ "version": "2.2.3",
+ "_release": "2.2.3",
"_resolution": {
"type": "version",
- "tag": "1.10.2",
- "commit": "16b079b164d62bd807c612806842a13bf9b04d17"
+ "tag": "2.2.3",
+ "commit": "af22a351b2ea5801ffb1695abb3bb34d5bed9198"
},
- "_source": "git://github.com/jquery/jquery.git",
- "_target": "~1.10.0",
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^2.2.3",
"_originalSource": "jquery"
} \ No newline at end of file