Skip to content

Commit eb52781

Browse files
committed
build(pkg): fix repository field to address npm warning, and add another debug output in release workflow
1 parent cce5722 commit eb52781

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.0-development",
44
"description": "GitHub webhook events toolset for Node.js",
55
"keywords": [],
6-
"repository": "github:octokit/webhooks.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/octokit/webhooks.js.git"
9+
},
710
"license": "MIT",
811
"author": "Gregor Martynus (https://twitter.com/gr2m)",
912
"scripts": {

0 commit comments

Comments
 (0)