Skip to content

Commit 34adeb8

Browse files
authored
fix(package): user repository shorthand
1 parent 401c03b commit 34adeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-package-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function createPackageJson(answers) {
1818
pretest: "npm run -s lint",
1919
test: "jest --coverage",
2020
},
21-
repository: `https://github.com/${answers.repository}`,
21+
repository: `github:${answers.repository}`,
2222
keywords: ["github", "api", "sdk", "toolkit"],
2323
author: answers.packageAuthor,
2424
license: "MIT",

0 commit comments

Comments
 (0)