From 8e5ac37605ad03e5ac6199d4037b45728dc94ab3 Mon Sep 17 00:00:00 2001 From: Florent Dubost Date: Wed, 18 Oct 2023 12:00:29 +0200 Subject: [PATCH] v5.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8194a51..6cc60ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "superagent-mock", "description": "superagent plugin allowing to simulate HTTP calls by returning data fixtures based on the requested URL.", - "version": "5.0.0", + "version": "5.0.1", "keywords": [ "superagent", "mock", @@ -13,7 +13,7 @@ "module": "es/superagent-mock.js", "repository": { "type": "git", - "url": "https://github.com/M6Web/superagent-mock" + "url": "git+https://github.com/M6Web/superagent-mock.git" }, "engines": { "node": ">=16.0.0"