Skip to content

Commit

Permalink
Merge pull request #32 from Azuka/patch-1
Browse files Browse the repository at this point in the history
fix: url parsing for GitHub Enterprise
  • Loading branch information
pmowrer authored Sep 11, 2018
2 parents fc846ff + 9752fb5 commit cd62616
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 cd62616

Please sign in to comment.