Be explicit about Jenkins exports

This commit is contained in:
Adam Harvey
2020-12-01 15:14:26 -05:00
parent 40c5b968ab
commit 353b51b938
+1 -1
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export * from './JenkinsApi';
export { JenkinsApi, jenkinsApiRef } from './JenkinsApi';