Skip to content

Commit

Permalink
Remove custom request.js typings
Browse files Browse the repository at this point in the history
After:

 * DefinitelyTyped/DefinitelyTyped#18000 and
 * DefinitelyTyped/DefinitelyTyped#17658

have been merged custom request typings are no longer needed.
  • Loading branch information
lenovouser committed Jul 17, 2017
1 parent bfb67f8 commit ae7ff4c
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 368 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@
"@types/async": "^2.0.40",
"@types/bluebird": "^3.5.8",
"@types/form-data": "^0.0.33",
"@types/node": "^8.0.6",
"@types/node": "8.0.14",
"@types/request": "2.0.0",
"app-module-path": "^2.2.0",
"ava": "^0.20.0",
"ava": "0.21.0",
"babel-core": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-register": "^6.24.1",
"nock": "^9.0.13",
"nock": "9.0.14",
"typescript": "^2.3.4"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
]
},
"include": [
"types/**/*.d.ts",
"src/**.ts"
],
"exclude": [
Expand Down
294 changes: 0 additions & 294 deletions types/request/index.d.ts

This file was deleted.

Loading

0 comments on commit ae7ff4c

Please sign in to comment.