Skip to content

Commit

Permalink
Use builtin promisify instead of separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 7, 2019
1 parent d49e047 commit 05f8cf7
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 255 deletions.
2 changes: 1 addition & 1 deletion bin/pr-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from '../../package.json';
import createCliAgent from '../cli';
import path from 'path';
import prepend from 'prepend';
import promisify from 'util.promisify';
import { promisify } from 'util';
import ensureCleanLocalGitState from '../ensureCleanLocalGitState';
import getMergedPullRequestsFactory from '../getMergedPullRequests';
import createChangelogFactory from '../createChangelog';
Expand Down

0 comments on commit 05f8cf7

Please sign in to comment.