Skip to content

Commit 6f41a9b

Browse files
committed
chore: add packageManager field to package.json
Node.js의 `corepack`을 통해 여러 패키지 매니저에 접근하는 유저들을 위해 `yarn@1.22.22`에 해당하는 `packageManager` 필드를 추가하였습니다. react.dev는 특이하게 yarn berry(v2-v4)를 사용하지 않고 v1을 사용하기에, 해당 필드 추가가 여러 이점을 가져다 줄 것입니다.
1 parent bd8c127 commit 6f41a9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "react-dev",
33
"version": "1.0.0",
4+
"packageManager": "yarn@1.22.22",
45
"private": true,
56
"license": "CC",
67
"scripts": {

0 commit comments

Comments
 (0)