From 9c915092ca3220f18fa4b22cd628377465723143 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 13 Jan 2025 19:13:05 +0000 Subject: [PATCH] chore: update package urls for homepage, repository, and bugs (#1693) --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0392dbf36..3198a8889 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,14 @@ "eslintplugin", "eslint-plugin" ], - "repository": "jest-community/eslint-plugin-jest", + "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme", + "bugs": { + "url": "https://github.com/jest-community/eslint-plugin-jest/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jest-community/eslint-plugin-jest.git" + }, "license": "MIT", "author": { "name": "Jonathan Kim", @@ -30,8 +37,8 @@ "prettier:check": "prettier --check 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml", "prettier:write": "prettier --write 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml", "postpublish": "pinst --enable", - "test": "jest", "regenerate-docs": "yarn prepack && eslint-doc-generator", + "test": "jest", "typecheck": "tsc -p ." }, "commitlint": {