We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abee6f commit d65d30fCopy full SHA for d65d30f
package.json
@@ -4,7 +4,6 @@
4
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
5
"main": "dist/index.js",
6
"module": "dist/react-testing-library.esm.js",
7
- "typings": "typings/index.d.ts",
8
"engines": {
9
"node": ">=8"
10
},
@@ -24,7 +23,6 @@
24
23
25
"files": [
26
"dist",
27
- "typings",
28
"cleanup-after-each.js"
29
],
30
"keywords": [
@@ -47,7 +45,6 @@
47
45
48
46
"devDependencies": {
49
"@reach/router": "^1.2.1",
50
- "@types/react-dom": "^16.0.9",
51
"axios": "^0.18.0",
52
"eslint-import-resolver-jest": "^2.1.1",
53
"history": "^4.7.2",
typings/index.d.ts
0 commit comments