Skip to content

Commit c097c1a

Browse files
committed
chore(typescript): remove typings
BREAKING: remove TypeScript definitions from repo
1 parent f4b813e commit c097c1a

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
66
"module": "dist/@testing-library/react.esm.js",
7-
"typings": "typings/index.d.ts",
87
"engines": {
98
"node": ">=8"
109
},
@@ -23,7 +22,6 @@
2322
},
2423
"files": [
2524
"dist",
26-
"typings",
2725
"cleanup-after-each.js",
2826
"dont-cleanup-after-each.js",
2927
"pure.js"
@@ -49,8 +47,6 @@
4947
"devDependencies": {
5048
"@reach/router": "^1.2.1",
5149
"@testing-library/jest-dom": "^4.0.0",
52-
"@types/react": "^16.9.1",
53-
"@types/react-dom": "^16.8.5",
5450
"kcd-scripts": "^1.5.2",
5551
"react": "^16.9.0",
5652
"react-dom": "^16.9.0"

typings/index.d.ts

-46
This file was deleted.

0 commit comments

Comments
 (0)