This commit is contained in:
Timmy Willison 2022-12-13 09:56:16 -05:00
parent 2215119529
commit 1552b93ed5
No known key found for this signature in database
GPG Key ID: 2F0B4F5D389A79B2
8 changed files with 19898 additions and 3 deletions

10994
dist/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff

2
dist/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/jquery.min.map vendored Normal file

File diff suppressed because one or more lines are too long

8895
dist/jquery.slim.js vendored Normal file

File diff suppressed because it is too large Load Diff

2
dist/jquery.slim.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/jquery.slim.min.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,12 +2,12 @@
"name": "jquery", "name": "jquery",
"title": "jQuery", "title": "jQuery",
"description": "JavaScript library for DOM operations", "description": "JavaScript library for DOM operations",
"version": "3.6.2-pre", "version": "3.6.2",
"main": "dist/jquery.js", "main": "dist/jquery.js",
"homepage": "https://jquery.com", "homepage": "https://jquery.com",
"author": { "author": {
"name": "OpenJS Foundation and other contributors", "name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt" "url": "https://github.com/jquery/jquery/blob/3.6.2/AUTHORS.txt"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -26,7 +26,7 @@ define( [
"use strict"; "use strict";
var var
version = "@VERSION", version = "3.6.2",
// Define a local copy of jQuery // Define a local copy of jQuery
jQuery = function( selector, context ) { jQuery = function( selector, context ) {