mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(package) add @putout/eslint-config
This commit is contained in:
parent
d5d67b108f
commit
653a7bf2fa
8 changed files with 22 additions and 41 deletions
|
|
@ -31,7 +31,7 @@ function main(callback) {
|
|||
return callback(error);
|
||||
|
||||
replaceVersion('README.md', version, versionNew, callback);
|
||||
replaceVersion('HELP.md', version, versionNew, function() {
|
||||
replaceVersion('HELP.md', version, versionNew, () => {
|
||||
const historyNew = history + rendy(template, {
|
||||
date : shortdate(),
|
||||
version : versionNew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue