fix(xo-cli): http-request-plus@0.12 has no longer default export
Introduced by 62e5ab699
This commit is contained in:
parent
5fa16d2344
commit
880c45830c
@ -14,7 +14,7 @@ const chalk = require('chalk')
|
||||
const forEach = require('lodash/forEach')
|
||||
const fromCallback = require('promise-toolbox/fromCallback')
|
||||
const getKeys = require('lodash/keys')
|
||||
const hrp = require('http-request-plus').default
|
||||
const hrp = require('http-request-plus')
|
||||
const humanFormat = require('human-format')
|
||||
const identity = require('lodash/identity')
|
||||
const isObject = require('lodash/isObject')
|
||||
|
Loading…
Reference in New Issue
Block a user