Skip to content

Commit

Permalink
add node versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrion committed Aug 30, 2018
1 parent 6ccd9f3 commit d9ed0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { checkUrl } = require('check-url');
const request = require('request');
const extractor = require('unfluff');
const dns = require('dns');

const { URL } = require('url');


exports.isHealthy = (url, expectations = {}) => {
Expand Down

0 comments on commit d9ed0bd

Please sign in to comment.