From c6b4911b0a97f9f872ca360c712aa0e51f83aed1 Mon Sep 17 00:00:00 2001 From: Arthur Fiorette Date: Mon, 17 Mar 2025 22:40:17 -0300 Subject: [PATCH] fix: fix pkg json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d811fa..3f12185 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,10 @@ ], "homepage": "https://axios-cache-interceptor.js.org", "bugs": "https://github.com/arthurfiorette/axios-cache-interceptor/issues", - "repository": "https://github.com/arthurfiorette/axios-cache-interceptor.git", + "repository": { + "type": "git", + "url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git" + }, "funding": "https://github.com/arthurfiorette/axios-cache-interceptor?sponsor=1", "license": "MIT", "author": "Arthur Fiorette ",