Skip to content

Commit

Permalink
fix: add missed export (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed May 13, 2021
1 parent d9d4f0e commit 86084c8
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 } from './hubAuth';
export { prepareForAuthUrl, prepareForJwt, prepareForAccessToken } from './hubAuth';
export * from './testProject';
export * from './testSession';
export { Duration } from '@salesforce/kit';

0 comments on commit 86084c8

Please sign in to comment.