-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unvendor Yarn; favor Corepack for installation (#243)
According to the Yarn documentation, Yarn no longer needs to be bundled with a project, but rather, installing Yarn ought to be done using [Corepack](https://yarnpkg.com/corepack), which is shipped in modern Node versions. This commit removes the Yarn binary from the repo and updates the installation instructions in the README to match. --------- Co-authored-by: legobeat <[email protected]>
- Loading branch information
Showing
4 changed files
with
35 additions
and
900 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.