chore: migrate to yarn v3

This commit is contained in:
Paul Makles
2022-09-03 13:30:55 +01:00
parent 6367122deb
commit 044b1b91ee
5 changed files with 2655 additions and 1304 deletions
+10
View File
@@ -1,5 +1,15 @@
# build
node_modules
.env
dist
docs
esm
# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
+783
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.3.cjs
nodeLinker: node-modules
+2 -1
View File
@@ -89,5 +89,6 @@
"dist",
"esm"
],
"description": "Library for interacting with the Revolt API."
"description": "Library for interacting with the Revolt API.",
"packageManager": "yarn@3.2.3"
}
+1858 -1303
View File
File diff suppressed because it is too large Load Diff