mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
chore: formmat code
This commit is contained in:
parent
3ba55e6199
commit
23346155c6
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ class Search implements IWebSearch {
|
||||||
description: pkg.description,
|
description: pkg.description,
|
||||||
version: `v${pkg.version}`,
|
version: `v${pkg.version}`,
|
||||||
keywords: pkg.keywords,
|
keywords: pkg.keywords,
|
||||||
author: pkg._npmUser ? pkg._npmUser.name : '???'
|
author: pkg._npmUser ? pkg._npmUser.name : '???',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function (
|
||||||
readme,
|
readme,
|
||||||
dist: {
|
dist: {
|
||||||
shasum: 'fake',
|
shasum: 'fake',
|
||||||
tarball: `${domain}/${encodeURIComponent(name)}/-/${fileName}`
|
tarball: `${domain}/${encodeURIComponent(name)}/-/${fileName}`,
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue