Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Remove support for jQuery 4.x #554

Merged
merged 11 commits into from
Feb 18, 2025
Prev Previous commit
Next Next commit
Core: Update the package.json description
Indicate this version of Migrate helps with updating jQuery to 3.x, not 3.0+.
mgol committed Feb 2, 2025
commit 5505f7f134d06304efe5b36d29bd3fbce74d43c4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-migrate",
"title": "jQuery Migrate",
"description": "Migrate older jQuery code to jQuery 3.0+",
"description": "Migrate older jQuery code to jQuery 3.x",
"main": "dist/jquery-migrate.js",
"version": "3.5.3-pre",
"type": "module",