Remove request promise for request-light (#10346)

* remove request promise for request-light

* make sure data is a string not a json

* add configure call

* remove unused reference

* more fixes

* Move configure calls

* clean up

* fix name

* move test deps as dev

Co-authored-by: chgagnon <chgagnon@microsoft.com>
This commit is contained in:
Anthony Dresser
2020-05-12 10:27:11 -07:00
committed by GitHub
parent eda25f72c1
commit ff848b5903
5 changed files with 49 additions and 88 deletions

View File

@@ -1099,7 +1099,7 @@
"figures": "^2.0.0",
"find-remove": "1.2.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"request-light": "^0.3.0",
"service-downloader": "0.2.1",
"stream-meter": "^1.0.4",
"through2": "^3.0.1",
@@ -1113,7 +1113,6 @@
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/request": "^2.48.2",
"@types/request-promise": "^4.1.44",
"@types/stream-meter": "^0.0.22",
"@types/through2": "^2.0.34",
"chai": "^4.2.0",