Skip to content

Commit 08889d3

Browse files
committed
build: correct repository url
1 parent f245770 commit 08889d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ They are all generated, your changes would be overwritten with the next update.
173173
type: "commonjs",
174174
repository: {
175175
type: "git",
176-
url: "https://github.com/octokit/openapi-webhooks.git",
176+
url: "git+https://github.com/octokit/openapi-webhooks.git",
177177
directory: `packages/openapi-webhooks`,
178178
},
179179
keywords: ["github", "openapi", "octokit", "webhooks"],

0 commit comments

Comments
 (0)