Skip to content

Commit

Permalink
fix: url parsing for GitHub Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuka authored Sep 5, 2018
1 parent fc846ff commit 9752fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github-init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const resolveConfig = require('@semantic-release/github/lib/resolve-config');
const GitHubApi = require('github');
const { parse } = require('url');

/**
* Implementation lifted from `semantic-release`'s default Github plugin:
Expand Down

0 comments on commit 9752fb5

Please sign in to comment.