We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00310 commit 0c0dfecCopy full SHA for 0c0dfec
package.json
@@ -29,5 +29,18 @@
29
"engines": {
30
"node": ">=0.10.0"
31
},
32
- "license": "ISC"
+ "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"
46
}
0 commit comments