We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf4c3b commit 471d3dbCopy full SHA for 471d3db
package.json
@@ -35,7 +35,6 @@
35
"dependencies": {
36
"cheerio": "~1.0.0-rc.5",
37
"got": "~11.8.2",
38
- "hooman": "~1.2.6",
39
"write-json-file": "~4.3.0"
40
},
41
"devDependencies": {
scripts/postinstall.js
@@ -2,7 +2,7 @@
2
3
const writeJsonFile = require('write-json-file')
4
const cheerio = require('cheerio')
5
-const got = require('hooman')
+const got = require('got')
6
7
const main = async () => {
8
const { body } = await got(
0 commit comments