mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-10 17:30:11 +01:00
scanner: fix npm lock file name
This commit is contained in:
parent
9482ddfbe3
commit
4e829e2f19
@ -53,7 +53,7 @@ MAVEN_URL_REGEX = re.compile(
|
||||
DEPFILE = {
|
||||
"Cargo.toml": ["Cargo.lock"],
|
||||
"pubspec.yaml": ["pubspec.lock"],
|
||||
"package.json": ["package.lock", "yarn.lock", "pnpm-lock.yaml"],
|
||||
"package.json": ["package-lock.json", "yarn.lock", "pnpm-lock.yaml"],
|
||||
}
|
||||
|
||||
SCANNER_CACHE_VERSION = 1
|
||||
|
Loading…
Reference in New Issue
Block a user