This commit is contained in:
Leifer Mendez
2022-11-14 20:52:38 +01:00
parent 9178bc083e
commit 5797beb0ca
12 changed files with 33 additions and 688 deletions

View File

@@ -5,6 +5,7 @@ const { installDeps, getPkgManage } = require('./tool')
const PATHS_DIR = [
join(__dirname, 'pkg-to-update.json'),
join(__dirname, '..', 'pkg-to-update.json'),
join(__dirname, '..', '..', 'pkg-to-update.json'),
]
const PKG_TO_UPDATE = () => {