Skip to content

Commit

Permalink
chore(typescript): remove typings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Aug 11, 2019
1 parent 2276dde commit 6ce8da5
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 443 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "dist/@testing-library/dom.esm.js",
"umd:main": "dist/@testing-library/dom.umd.js",
"source": "src/index.js",
"typings": "typings",
"keywords": [
"testing",
"ui",
Expand All @@ -30,17 +29,15 @@
"test:update": "npm test -- --updateSnapshot --coverage",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
"validate": "kcd-scripts validate",
"setup": "npm install && npm run validate -s",
"dtslint": "dtslint typings"
"setup": "npm install && npm run validate -s"
},
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"files": [
"dist",
"typings"
"dist"
],
"dependencies": {
"@babel/runtime": "^7.5.5",
Expand All @@ -51,7 +48,6 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"dtslint": "^0.9.1",
"jest-in-case": "^1.0.2",
"jest-serializer-ansi": "^1.0.3",
"jest-watch-select-projects": "^0.1.1",
Expand Down
10 changes: 0 additions & 10 deletions typings/config.d.ts

This file was deleted.

102 changes: 0 additions & 102 deletions typings/events.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion typings/get-node-text.d.ts

This file was deleted.

33 changes: 0 additions & 33 deletions typings/get-queries-for-element.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions typings/index.d.ts

This file was deleted.

31 changes: 0 additions & 31 deletions typings/matches.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions typings/pretty-dom.d.ts

This file was deleted.

116 changes: 0 additions & 116 deletions typings/queries.d.ts

This file was deleted.

0 comments on commit 6ce8da5

Please sign in to comment.