Skip to content

Commit 9c91509

Browse files
authored
chore: update package urls for homepage, repository, and bugs (#1693)
1 parent 3377cae commit 9c91509

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
"eslintplugin",
88
"eslint-plugin"
99
],
10-
"repository": "jest-community/eslint-plugin-jest",
10+
"homepage": "https://github.com/jest-community/eslint-plugin-jest#readme",
11+
"bugs": {
12+
"url": "https://github.com/jest-community/eslint-plugin-jest/issues"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/jest-community/eslint-plugin-jest.git"
17+
},
1118
"license": "MIT",
1219
"author": {
1320
"name": "Jonathan Kim",
@@ -30,8 +37,8 @@
3037
"prettier:check": "prettier --check 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml",
3138
"prettier:write": "prettier --write 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml",
3239
"postpublish": "pinst --enable",
33-
"test": "jest",
3440
"regenerate-docs": "yarn prepack && eslint-doc-generator",
41+
"test": "jest",
3542
"typecheck": "tsc -p ."
3643
},
3744
"commitlint": {

0 commit comments

Comments
 (0)