Skip to content

Commit

Permalink
chore: add packageManager field (#3170)
Browse files Browse the repository at this point in the history
This field tells corepack what package manager with what version should
be used for this repo (https://nodejs.org/api/corepack.html).
  • Loading branch information
gfellerph authored Jul 4, 2024
1 parent b1a0290 commit 519757d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@
"es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
"follow-redirects@<=1.15.5": ">=1.15.6"
}
}
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 519757d

Please sign in to comment.