From 51674402ff08f6cf05b4c468651ec1f8481876c0 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 12:14:06 +0000 Subject: [PATCH 1/2] chore(package): fix repository url; add homepage url --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d295f1c70..44ddd189b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,11 @@ "eslintplugin", "eslint-plugin" ], - "repository": "jest-community/eslint-plugin-jest", + "repository": { + "type": "git", + "url": "git+https://github.com/jest-community/eslint-plugin-jest.git" + }, + "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme", "license": "MIT", "author": { "name": "Jonathan Kim", From 4f1ee716ae8505c500846c058a01d515bbe34043 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 12:54:38 +0000 Subject: [PATCH 2/2] chore(package): add bugs url --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 44ddd189b..56d5ef6ea 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "url": "git+https://github.com/jest-community/eslint-plugin-jest.git" }, "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme", + "bugs": { + "url": "https://github.com/jest-community/eslint-plugin-jest/issues" + }, "license": "MIT", "author": { "name": "Jonathan Kim",