From e03e2ec629ee9b5110c867a0bb8acb8c53f8f5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Tue, 19 Dec 2023 09:35:35 -0300 Subject: [PATCH] Fix package.json repository --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d13256..96610f1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ ], "homepage": "https://github.com/django-webpack/webpack-bundle-tracker", "bugs": "https://github.com/django-webpack/webpack-bundle-tracker/issues", - "repository": "https://github.com/django-webpack/webpack-bundle-tracker.git", + "repository": { + "type": "git", + "url": "git+https://github.com/django-webpack/webpack-bundle-tracker.git" + }, "license": "MIT", "author": "Owais Lone", "main": "lib/index.js",