Skip to content

Commit 0c0dfec

Browse files
author
Ben Monro
committed
fix: updated package.json
1 parent 7d00310 commit 0c0dfec

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,18 @@
2929
"engines": {
3030
"node": ">=0.10.0"
3131
},
32-
"license": "ISC"
32+
"license": "ISC",
33+
"directories": {
34+
"doc": "docs",
35+
"lib": "lib",
36+
"test": "tests"
37+
},
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/testing-library/eslint-plugin-jest-dom.git"
41+
},
42+
"bugs": {
43+
"url": "https://github.com/testing-library/eslint-plugin-jest-dom/issues"
44+
},
45+
"homepage": "https://github.com/testing-library/eslint-plugin-jest-dom#readme"
3346
}

0 commit comments

Comments
 (0)