Skip to content

Commit ab7da10

Browse files
committed
manage: Added repository link to package.json
1 parent 0918e40 commit ab7da10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@
3535
},
3636
"name": "array-to-object-keys",
3737
"description": "Converts an array to an object where the keys are the array entries and the values are customizable in a function.",
38-
"funding": "https://github.com/sponsors/jaid"
38+
"funding": "https://github.com/sponsors/jaid",
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/jaid/array-to-object-keys"
42+
}
3943
}

0 commit comments

Comments
 (0)