Skip to content

Commit

Permalink
feat(types): make Changes type public (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 4, 2020
1 parent dae8891 commit 8df9310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -21,6 +21,7 @@ import {
BranchDomain,
FileData,
} from './types';
export {Changes} from './types';
import {Octokit} from '@octokit/rest';
import {Logger} from 'pino';
import {logger, setupLogger} from './logger';
Expand Down

0 comments on commit 8df9310

Please sign in to comment.