Skip to content

Commit

Permalink
fix: require url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 11, 2018
1 parent a2bb5ee commit 6981590
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 @@ -8,6 +8,7 @@ const debug = require('debug')('html-get')
const htmlEncode = require('html-encode')
const timeSpan = require('time-span')
const pTimeout = require('p-timeout')
const { URL } = require('url')
const got = require('got')
const mem = require('mem')
const he = require('he')
Expand Down

0 comments on commit 6981590

Please sign in to comment.