Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(typescript): move typings to DefinitelyTyped #337

Merged
merged 2 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.