Skip to content

Commit

Permalink
refactor: Removed inconsistent export strategies
Browse files Browse the repository at this point in the history
Some exports were default ie Gitlab while others were named. This created some confusion and as such have been standardized as named exports.

BREAKING CHANGE: Changing everything to named exports for simplicity
  • Loading branch information
jdalrymple committed May 25, 2019
1 parent 26e2e52 commit 03e85ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import { bundler } from './infrastructure';
import * as APIServices from './services';

Expand Down

0 comments on commit 03e85ef

Please sign in to comment.