Skip to content

Commit 3f4d7b2

Browse files
committed
chore: fix package.json
1 parent ab0f5ff commit 3f4d7b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "torrust-index-api-lib",
33
"version": "3.0.0-alpha.1",
44
"description": "Contains API functions for the Torrust project.",
5-
"repository": "https://github.com/torrust/torrust-index-api-lib",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/torrust/torrust-index-api-lib.git"
8+
},
69
"license": "SEE LICENSE IN COPYRIGHT",
710
"main": "lib/index.js",
811
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)