From 79a69b667633b8629a644393b2d4f7430f807cac Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Wed, 6 Dec 2023 10:11:40 +0900 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2db9447..980d155 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/visionmedia/supertest.git" + "url": "https://github.com/ladjs/supertest.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov > coverage.lcov",