From e53c7bfa54d3c5f4007a41f47c9a587ad48ddb88 Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:11:18 -0400 Subject: [PATCH] fix(package.json): update repository proeprty --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ec0a8b..c9f06c2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "email": "attack@mitre.org" }, "repository": { - "url": "git+https://github.com/mitre-attack/attack-data-model.git" + "type": "git", + "url": "https://github.com/mitre-attack/attack-data-model.git" }, "publishConfig": { "registry": "https://npm.pkg.github.com/"