Skip to content

Commit 4fd1e00

Browse files
committed
chore: simplify meta fields
1 parent ae8092e commit 4fd1e00

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,10 @@
1111
"testing"
1212
],
1313
"homepage": "https://github.com/testing-library/eslint-plugin-testing-library",
14-
"bugs": {
15-
"url": "https://github.com/testing-library/eslint-plugin-testing-library/issues"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/testing-library/eslint-plugin-testing-library.git"
20-
},
14+
"bugs": "testing-library/eslint-plugin-testing-library/issues",
15+
"repository": "testing-library/eslint-plugin-testing-library",
2116
"license": "MIT",
22-
"author": {
23-
"name": "Mario Beltrán Alarcón",
24-
"email": "me@mario.dev",
25-
"url": "https://mario.dev/"
26-
},
17+
"author": "Mario Beltrán <https://mario.dev>",
2718
"files": [
2819
"dist",
2920
"README.md",

0 commit comments

Comments
 (0)