tweak update message

This commit is contained in:
silverwind 2018-07-24 19:47:29 +02:00
parent 3016e1afcf
commit 6da42f245b
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 4 additions and 2 deletions

@ -30,7 +30,9 @@ NAME OLD NEW
chalk 1.3.0 2.3.0
got ^7.0.1 ^8.0.1
minimist ^1.0.0 ^1.2.0
package.json updated!
╭────────────────────────╮
│ package.json updated │
╰────────────────────────╯
```
### JSON Output

@ -160,7 +160,7 @@ Promise.all(Object.keys(deps).map(dep => fetch(url + dep).then(r => r.json()))).
finish(chalk.green(`
package.json updated
`));
`.substring(1)));
}
});
}).catch(finish);