Skip to content

Commit

Permalink
Fix proxy-agent import
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jun 2, 2023
1 parent 5472a58 commit e28bdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/github/GitHub.js
Expand Up @@ -8,7 +8,7 @@ import mime from 'mime-types';
import _ from 'lodash';
import retry from 'async-retry';
import newGithubReleaseUrl from 'new-github-release-url';
import ProxyAgent from 'proxy-agent';
import { ProxyAgent } from 'proxy-agent';
import { format, parseVersion, readJSON, e } from '../../util.js';
import Release from '../GitRelease.js';
import prompts from './prompts.js';
Expand Down

0 comments on commit e28bdd6

Please sign in to comment.