From 88849786a816f9b0f8bd043290be4a82415858a6 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 13 Jan 2025 08:37:13 +0000 Subject: [PATCH] chore(package): fix repository url; add homepage and bugs urls --- 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": {