We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401c03b commit 34adeb8Copy full SHA for 34adeb8
lib/create-package-json.js
@@ -18,7 +18,7 @@ async function createPackageJson(answers) {
18
pretest: "npm run -s lint",
19
test: "jest --coverage",
20
},
21
- repository: `https://github.com/${answers.repository}`,
+ repository: `github:${answers.repository}`,
22
keywords: ["github", "api", "sdk", "toolkit"],
23
author: answers.packageAuthor,
24
license: "MIT",
0 commit comments