1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

upgrade to yarn3

This commit is contained in:
Mikael Finstad 2022-11-22 22:09:37 +08:00
parent 45cd9bea15
commit a9341e801b
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
5 changed files with 18195 additions and 12450 deletions

9
.gitignore vendored
View File

@ -6,3 +6,12 @@ icon-build
build-resources
doc
/ffmpeg
/app.log
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

807
.yarn/releases/yarn-3.3.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

2
.yarnrc.yml Normal file
View File

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

View File

@ -435,5 +435,6 @@
"removable-media"
]
}
}
},
"packageManager": "yarn@3.3.0"
}

29824
yarn.lock

File diff suppressed because it is too large Load Diff