mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-16 07:04:24 -04:00
chore: migrate to yarn v3
This commit is contained in:
+10
@@ -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
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|
||||
nodeLinker: node-modules
|
||||
+2
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user