|
6 | 6 | "module": "dist/@testing-library/dom.esm.js",
|
7 | 7 | "umd:main": "dist/@testing-library/dom.umd.js",
|
8 | 8 | "source": "src/index.js",
|
9 |
| - "typings": "typings", |
10 | 9 | "keywords": [
|
11 | 10 | "testing",
|
12 | 11 | "ui",
|
|
30 | 29 | "test:update": "npm test -- --updateSnapshot --coverage",
|
31 | 30 | "test:debug": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
|
32 | 31 | "validate": "kcd-scripts validate",
|
33 |
| - "setup": "npm install && npm run validate -s", |
34 |
| - "dtslint": "dtslint typings" |
| 32 | + "setup": "npm install && npm run validate -s" |
35 | 33 | },
|
36 | 34 | "husky": {
|
37 | 35 | "hooks": {
|
38 | 36 | "pre-commit": "kcd-scripts pre-commit"
|
39 | 37 | }
|
40 | 38 | },
|
41 | 39 | "files": [
|
42 |
| - "dist", |
43 |
| - "typings" |
| 40 | + "dist" |
44 | 41 | ],
|
45 | 42 | "dependencies": {
|
46 | 43 | "@babel/runtime": "^7.5.5",
|
47 | 44 | "@sheerun/mutationobserver-shim": "^0.3.2",
|
| 45 | + "@types/testing-library__dom": "^6.0.0", |
48 | 46 | "aria-query": "3.0.0",
|
49 | 47 | "pretty-format": "^24.8.0",
|
50 | 48 | "wait-for-expect": "^1.3.0"
|
51 | 49 | },
|
52 | 50 | "devDependencies": {
|
53 | 51 | "@testing-library/jest-dom": "^4.0.0",
|
54 |
| - "dtslint": "^0.9.1", |
55 | 52 | "jest-in-case": "^1.0.2",
|
56 | 53 | "jest-serializer-ansi": "^1.0.3",
|
57 | 54 | "jest-watch-select-projects": "^0.1.1",
|
|
0 commit comments