Skip to content

Commit

Permalink
Fix Wit.ai module export
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pintus committed Jan 12, 2018
1 parent fb5b3b7 commit 5dfc042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivocha/bot-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "Typescript SDK to create Vivocha Bot Agents and Filters",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export {
} from '@vivocha/public-entities';
export * from './agent';
export * from './filter';
export * from './witai';

0 comments on commit 5dfc042

Please sign in to comment.