Skip to content

Commit ab45f41

Browse files
committed
chore: fix repository field
1 parent 43567da commit ab45f41

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
@@ -2,7 +2,10 @@
22
"name": "@github/mini-throttle",
33
"version": "2.0.0",
44
"description": "",
5-
"repository": "github.com/github/mini-throttle",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/github/mini-throttle"
8+
},
69
"license": "MIT",
710
"author": "GitHub Inc. (https://github.com)",
811
"files": [

0 commit comments

Comments
 (0)