Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1afac8c

Browse files
committed
fix: specify yarn as package manager
1 parent 25e64be commit 1afac8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"devDependencies": {
2525
"webpack": "^5.74.0",
2626
"webpack-cli": "^5.0.1"
27-
}
27+
},
28+
"packageManager": "yarn@1.22.21"
2829
}

‎react-builds/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"react-dom": "^18.2.0",
1717
"react-transition-group": "1.1.1",
1818
"webpack": "^5.74.0"
19-
}
19+
},
20+
"packageManager": "yarn@1.22.21"
2021
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /