Skip to content

Commit

Permalink
chore: update package urls for homepage, repository, and bugs (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jan 13, 2025
1 parent 3377cae commit 9c91509
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 9c91509

Please sign in to comment.