chore: formmat code

This commit is contained in:
Juan Picado 2021-03-21 23:15:33 +01:00
parent 3ba55e6199
commit 23346155c6
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ class Search implements IWebSearch {
description: pkg.description,
version: `v${pkg.version}`,
keywords: pkg.keywords,
author: pkg._npmUser ? pkg._npmUser.name : '???'
author: pkg._npmUser ? pkg._npmUser.name : '???',
});
}

View File

@ -14,7 +14,7 @@ export default function (
readme,
dist: {
shasum: 'fake',
tarball: `${domain}/${encodeURIComponent(name)}/-/${fileName}`
}
tarball: `${domain}/${encodeURIComponent(name)}/-/${fileName}`,
},
};
}