mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-24 06:05:01 +02:00
Update flatpak-node-generator to last version
This commit is contained in:
parent
1228d1e8e9
commit
b14fef2e31
@ -1374,7 +1374,7 @@ class NpmModuleProvider(ModuleProvider):
|
|||||||
}
|
}
|
||||||
|
|
||||||
for path, source in sources.items():
|
for path, source in sources.items():
|
||||||
original_version = f'{source.original}#{source.commit}'
|
original_version = f'{source.original}'
|
||||||
new_version = f'{path}#{source.commit}'
|
new_version = f'{path}#{source.commit}'
|
||||||
assert source.from_ is not None
|
assert source.from_ is not None
|
||||||
data['package.json'][source.from_] = new_version
|
data['package.json'][source.from_] = new_version
|
||||||
@ -1846,4 +1846,4 @@ async def main() -> None:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
asyncio.run(main())
|
asyncio.run(main())
|
Loading…
x
Reference in New Issue
Block a user