Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 18, 2019
1 parent e95f333 commit 1be70a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/factories/createGlobalProxyAgent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import http from 'http';
import https from 'https';
import parseBoolean from 'boolean';
import {
boolean as parseBoolean,
} from 'boolean';
import semver from 'semver';
import Logger from '../Logger';
import {
Expand Down

0 comments on commit 1be70a9

Please sign in to comment.