From 353b51b93831aa0c6d0f8582d2196ebb7ea82ed3 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 1 Dec 2020 15:14:26 -0500 Subject: [PATCH] Be explicit about Jenkins exports --- plugins/jenkins/src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jenkins/src/api/index.ts b/plugins/jenkins/src/api/index.ts index 5c0b073eb8..41e0985be2 100644 --- a/plugins/jenkins/src/api/index.ts +++ b/plugins/jenkins/src/api/index.ts @@ -14,4 +14,4 @@ * limitations under the License. */ -export * from './JenkinsApi'; +export { JenkinsApi, jenkinsApiRef } from './JenkinsApi';