Skip to content

Commit

Permalink
Revert "fix: add missed export (#91)"
Browse files Browse the repository at this point in the history
This reverts commit 86084c8.
  • Loading branch information
peternhale committed May 24, 2021
1 parent 3cfb5c9 commit 2369b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

export * from './genUniqueString';
export * from './execCmd';
export { prepareForAuthUrl, prepareForJwt, prepareForAccessToken } from './hubAuth';
export { prepareForAuthUrl, prepareForJwt } from './hubAuth';
export * from './testProject';
export * from './testSession';
export { Duration } from '@salesforce/kit';

0 comments on commit 2369b5f

Please sign in to comment.