We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5584eb commit fe73cc6Copy full SHA for fe73cc6
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/@testing-library/react.esm.js",
7
- "typings": "typings/index.d.ts",
8
"engines": {
9
"node": ">=8"
10
},
@@ -23,7 +22,6 @@
23
22
24
"files": [
25
"dist",
26
- "typings",
27
"cleanup-after-each.js",
28
"dont-cleanup-after-each.js",
29
"pure.js"
@@ -50,8 +48,6 @@
50
48
"devDependencies": {
51
49
"@reach/router": "^1.2.1",
52
"@testing-library/jest-dom": "^4.0.0",
53
- "@types/react": "^16.9.1",
54
- "@types/react-dom": "^16.8.5",
55
"kcd-scripts": "^1.5.2",
56
"react": "^16.9.0",
57
"react-dom": "^16.9.0"
typings/index.d.ts
0 commit comments