Skip to content

Instantly share code, notes, and snippets.

@dcharbonnier
Created December 27, 2019 15:58
Show Gist options
  • Save dcharbonnier/0222ae0b2254c240042031dcbd883377 to your computer and use it in GitHub Desktop.
Save dcharbonnier/0222ae0b2254c240042031dcbd883377 to your computer and use it in GitHub Desktop.
got-issue
import * as got from "got"
import * as request from "request"
{
"name": "ooo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/request": "^2.48.4",
"got": "^10.2.0",
"request": "^2.88.0",
"typescript": "^3.7.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment