diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-21 17:25:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:25:40 +0000 |
commit | e874dd290ed07b372c5f7ca1fd763f32947c4352 (patch) | |
tree | 89acb6d182f689231ee636e9148e2049dad13fef | |
parent | 5f39ca31872af0554d79d9a6d0b070110385e9bd (diff) | |
parent | a8ccc913355fdd82896f28f01ddc3296d244aedd (diff) | |
download | voidsky-e874dd290ed07b372c5f7ca1fd763f32947c4352.tar.zst |
Merge pull request #3313 from bluesky-social/samuel/package-manager-field
Specify package manager in package.json
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9baf7df17..b6f11a548 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "engines": { "node": ">=18" }, + "packageManager": "yarn@1.22.19", "scripts": { "prepare": "is-ci || husky install", "postinstall": "patch-package && yarn intl:compile", |