From 62d1a7f3e5ee8c9e0f4d18f9f63587f41e3f9db7 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 14 Jun 2024 07:46:16 +0100 Subject: [PATCH] chore: fix package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3e4e2a..e872bc8 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,11 @@ "name": "torrust-index-types-lib", "version": "3.0.0-alpha.1", "description": "Contains common types for the Torrust project.", - "repository": "https://github.com/torrust/torrust-index-types-lib", - "license" : "SEE LICENSE IN COPYRIGHT", + "repository": { + "type": "git", + "url": "git+https://github.com/torrust/torrust-index-types-lib.git" + }, + "license": "SEE LICENSE IN COPYRIGHT", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": {