diff options
Diffstat (limited to 'core/vendor/jquery/.bower.json')
-rw-r--r-- | core/vendor/jquery/.bower.json | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/core/vendor/jquery/.bower.json b/core/vendor/jquery/.bower.json index dfaa821eeb0..015b3496cdb 100644 --- a/core/vendor/jquery/.bower.json +++ b/core/vendor/jquery/.bower.json @@ -1,25 +1,38 @@ { "name": "jquery", + "version": "2.1.4", "main": "dist/jquery.js", "license": "MIT", "ignore": [ + "**/.*", + "build", + "dist/cdn", + "speed", + "test", + "*.md", + "AUTHORS.txt", + "Gruntfile.js", "package.json" ], + "devDependencies": { + "sizzle": "2.1.1-jquery.2.1.2", + "requirejs": "2.1.10", + "qunit": "1.14.0", + "sinon": "1.8.1" + }, "keywords": [ "jquery", "javascript", - "browser", "library" ], "homepage": "https://github.com/jquery/jquery-dist", - "version": "2.2.3", - "_release": "2.2.3", + "_release": "2.1.4", "_resolution": { "type": "version", - "tag": "2.2.3", - "commit": "af22a351b2ea5801ffb1695abb3bb34d5bed9198" + "tag": "2.1.4", + "commit": "7751e69b615c6eca6f783a81e292a55725af6b85" }, "_source": "https://github.com/jquery/jquery-dist.git", - "_target": "^2.2.3", + "_target": "~2.1.0", "_originalSource": "jquery" }
\ No newline at end of file |