Skip to content

Commit 471d3db

Browse files
committed
build: remove hooman
1 parent cbf4c3b commit 471d3db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"dependencies": {
3636
"cheerio": "~1.0.0-rc.5",
3737
"got": "~11.8.2",
38-
"hooman": "~1.2.6",
3938
"write-json-file": "~4.3.0"
4039
},
4140
"devDependencies": {

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const writeJsonFile = require('write-json-file')
44
const cheerio = require('cheerio')
5-
const got = require('hooman')
5+
const got = require('got')
66

77
const main = async () => {
88
const { body } = await got(

0 commit comments

Comments
 (0)