From eb8734c7e84e6f94d88ab45a6f3d430bbe16450e Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Fri, 27 Oct 2023 06:21:18 -0400 Subject: [PATCH] chore: run npm pkg fix it complaigned about the formatting of the repository in package.json when publishing. Ran the npm pkg fix command to update it automatically --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 85066b0..8947ced 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,10 @@ "url": "http://nfriedly.com/" }, "license": "MIT", - "repository": "https://github.com/express-rate-limit/express-slow-down", + "repository": { + "type": "git", + "url": "git+https://github.com/express-rate-limit/express-slow-down.git" + }, "keywords": [ "express-rate-limit", "express",