Add packageManager field to package.json (#29966)

* Add `packageManager` field to package.json

This is helpful when using corepack to set and use particular yarn
versions.

* Include hash in the field
This commit is contained in:
R Midhun Suresh 2025-05-16 18:13:32 +05:30 committed by GitHub
parent b56b0f2bd0
commit 45f41a33e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,5 +311,6 @@
},
"engines": {
"node": ">=20.0.0"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}