Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -1,11 +1,12 @@
{
"name": "jquery",
"version": "2.1.1",
"version": "2.1.4",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"dist/cdn",
"speed",
"test",
"*.md",
@ -14,7 +15,7 @@
"package.json"
],
"devDependencies": {
"sizzle": "1.10.19",
"sizzle": "2.1.1-jquery.2.1.2",
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"
@ -24,14 +25,14 @@
"javascript",
"library"
],
"homepage": "https://github.com/jquery/jquery",
"_release": "2.1.1",
"homepage": "https://github.com/jquery/jquery-dist",
"_release": "2.1.4",
"_resolution": {
"type": "version",
"tag": "2.1.1",
"commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
"tag": "2.1.4",
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
},
"_source": "git://github.com/jquery/jquery.git",
"_target": "~2.1.1",
"_source": "https://github.com/jquery/jquery-dist.git",
"_target": "~2.1.4",
"_originalSource": "jquery"
}