❤️ formatting

This commit is contained in:
Nathan Shively-Sanders
2020-11-13 08:54:04 -08:00
parent 9c92bd7cbe
commit 2084a4ad23

View File

@@ -242,7 +242,7 @@ export function createNotNeededPackageJSON(
scripts: {},
author: "",
repository: registry === Registry.NPM ? sourceRepoURL : "https://github.com/types/_definitelytypedmirror.git",
license,
license
};
if (registry === Registry.Github) {
(out as any).publishConfig = { registry: "https://npm.pkg.github.com/" };