mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 07:23:55 +00:00
Try moving to pnpm
This commit is contained in:
parent
a4b8d52f92
commit
11803ab538
5 changed files with 27668 additions and 147401 deletions
147392
.yarn/releases/yarn-1.22.10.cjs
vendored
147392
.yarn/releases/yarn-1.22.10.cjs
vendored
File diff suppressed because one or more lines are too long
5
.yarnrc
5
.yarnrc
|
|
@ -1,5 +0,0 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
yarn-path ".yarn/releases/yarn-1.22.10.cjs"
|
||||
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"name": "webamp-monorepo",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
|
|
|
|||
27664
pnpm-lock.yaml
generated
Normal file
27664
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
packages:
|
||||
# include packages in subfolders (e.g. apps/ and packages/)
|
||||
- "packages/*"
|
||||
- "examples/*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue