We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b813e commit c097c1aCopy full SHA for c097c1a
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"
@@ -49,8 +47,6 @@
49
47
"devDependencies": {
50
48
"@reach/router": "^1.2.1",
51
"@testing-library/jest-dom": "^4.0.0",
52
- "@types/react": "^16.9.1",
53
- "@types/react-dom": "^16.8.5",
54
"kcd-scripts": "^1.5.2",
55
"react": "^16.9.0",
56
"react-dom": "^16.9.0"
typings/index.d.ts
0 commit comments