Skip to content

Commit 62d1a7f

Browse files
committed
chore: fix package.json
1 parent adaf5f5 commit 62d1a7f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "torrust-index-types-lib",
33
"version": "3.0.0-alpha.1",
44
"description": "Contains common types for the Torrust project.",
5-
"repository": "https://github.com/torrust/torrust-index-types-lib",
6-
"license" : "SEE LICENSE IN COPYRIGHT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/torrust/torrust-index-types-lib.git"
8+
},
9+
"license": "SEE LICENSE IN COPYRIGHT",
710
"main": "lib/index.js",
811
"types": "lib/index.d.ts",
912
"scripts": {

0 commit comments

Comments
 (0)