mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Removed line that broke the auto updater
This commit is contained in:
parent
a2070aa16d
commit
5be607ff2f
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ const workingDir = (process as NodeJS.Process & {
|
|||
const updateFilePlace = path.join(workingDir, 'config', 'updates.json');
|
||||
|
||||
const updateIgnore = [
|
||||
'*.json',
|
||||
'*.d.ts',
|
||||
'.git',
|
||||
'lib',
|
||||
|
|
|
|||
Loading…
Reference in a new issue