mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Specify package manager version in package.json
This setting is picked up by Corepack, and it's a way for others to concretely know which package manager they should use.
This commit is contained in:
parent
42d6b11aea
commit
009bba35a5
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
"typescript": "^5.0.4",
|
||||
"webpack-dev-server": "4.15.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.19",
|
||||
"engines": {
|
||||
"node": ">=8.9.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue