From 69a7af127be0423fcf052334f3ddc2a9c3838c3b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 17 Nov 2019 00:51:09 -0500 Subject: [PATCH] update index --- src/commands/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/index.ts b/src/commands/index.ts index ef40be2..8e6538b 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -1,4 +1,5 @@ export { default as Announce } from './announce'; +export { default as Bearer } from './bearer'; export { default as CreateAccount } from './createaccount'; export { default as CWG } from './cwg'; export { default as DeleteAccount } from './deleteaccount';