Merge pull request #6 from LucidKobold/main

Updated to Yarn v2.
This commit is contained in:
Lucid Kobold
2021-08-16 08:16:53 -05:00
committed by GitHub
4 changed files with 5427 additions and 3115 deletions

10
.gitignore vendored
View File

@@ -32,3 +32,13 @@ yarn-error.log*
# vercel
.vercel
# yarn 2
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

631
.yarn/releases/yarn-berry.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-berry.cjs

7898
yarn.lock

File diff suppressed because it is too large Load Diff