Skip to content

Commit

Permalink
fix: require URL constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 17, 2019
1 parent 92e40d7 commit 72a4bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const PCancelable = require('p-cancelable')
const debug = require('debug')('html-get')
const htmlEncode = require('html-encode')
const timeSpan = require('time-span')
const { URL } = require('url')
const got = require('got')
const mem = require('mem')
const he = require('he')
Expand Down

0 comments on commit 72a4bc3

Please sign in to comment.