about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-21 17:25:40 +0000
committerGitHub <noreply@github.com>2024-03-21 17:25:40 +0000
commite874dd290ed07b372c5f7ca1fd763f32947c4352 (patch)
tree89acb6d182f689231ee636e9148e2049dad13fef
parent5f39ca31872af0554d79d9a6d0b070110385e9bd (diff)
parenta8ccc913355fdd82896f28f01ddc3296d244aedd (diff)
downloadvoidsky-e874dd290ed07b372c5f7ca1fd763f32947c4352.tar.zst
Merge pull request #3313 from bluesky-social/samuel/package-manager-field
Specify package manager in package.json
-rw-r--r--package.json1
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",