Skip to content

Commit

Permalink
Specify explicit packageManager definition into package.json files
Browse files Browse the repository at this point in the history
This is to Yarn v3 to stop complaining about outdated lockfile.

remp/remp#1294
  • Loading branch information
rootpd committed Aug 15, 2023
1 parent 3ce2eee commit 426538c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
},
"engines": {
"node": ">=18",
"npm": ">=9"
"npm": ">=9",
"yarn": ">=2"
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "^7.0",
"@remp/js-commons": "^1.3",
Expand Down

0 comments on commit 426538c

Please sign in to comment.