fix: export createGithubProvider

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
This commit is contained in:
Enrico Stahn
2021-09-01 15:08:36 +10:00
parent 90cbacc37d
commit 968412fa4e
@@ -14,6 +14,7 @@
* limitations under the License.
*/
export * from './github';
export * from './gitlab';
export * from './google';
export * from './microsoft';