mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Merge branch 'bun' into 'master'
scanner: add bun.lock as lock file of package.json See merge request fdroid/fdroidserver!1615
This commit is contained in:
commit
8e39f82eb9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ MAVEN_URL_REGEX = re.compile(
|
|||
DEPFILE = {
|
||||
"Cargo.toml": ["Cargo.lock"],
|
||||
"pubspec.yaml": ["pubspec.lock"],
|
||||
"package.json": ["package-lock.json", "yarn.lock", "pnpm-lock.yaml"],
|
||||
"package.json": ["package-lock.json", "yarn.lock", "pnpm-lock.yaml", "bun.lock"],
|
||||
}
|
||||
|
||||
SCANNER_CACHE_VERSION = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue