mirror of https://github.com/status-im/metro.git
Remove `request`.
Summary: <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. --> **Summary** Remove `request` from `metro`. It doesn't seem to be used. <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> **Test plan** Everything works as it did before. <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. --> Closes https://github.com/facebook/metro/pull/151 Differential Revision: D7226502 Pulled By: rafeca fbshipit-source-id: fc353292ba55ea9f98eba67f05f8f8f82794dd82
This commit is contained in:
parent
ded999bc75
commit
e985b6e6ec
|
@ -84,7 +84,6 @@
|
|||
"mime-types": "2.1.11",
|
||||
"mkdirp": "^0.5.1",
|
||||
"node-fetch": "^1.3.3",
|
||||
"request": "^2.79.0",
|
||||
"resolve": "^1.5.0",
|
||||
"rimraf": "^2.5.4",
|
||||
"serialize-error": "^2.1.0",
|
||||
|
|
Loading…
Reference in New Issue