Skip to content

Commit

Permalink
Change export of intent in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Aug 7, 2020
1 parent 2bc5f42 commit fa52213
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 @@ -16,7 +16,7 @@ limitations under the License.
/* eslint-disable @typescript-eslint/no-var-requires */

module.exports.ClientFactory = require("./components/client-factory");
module.exports.Intent = require("./components/intent");
export * from "./components/intent";
module.exports.AppServiceBot = require("./components/app-service-bot");
module.exports.StateLookup = require("./components/state-lookup").StateLookup;

Expand Down

0 comments on commit fa52213

Please sign in to comment.