Skip to content

Commit

Permalink
Merge pull request #60 from codeforequity-at/botkit_fix
Browse files Browse the repository at this point in the history
botkit fix
  • Loading branch information
TestMyBot authored Feb 23, 2018
2 parents 5e73759 + 43d84f8 commit 39372a6
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 568 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports.helper = {
botkit: () => require('./src/helpers/botkit')
};
module.exports.emulator = {
console: require('./src/emulator/console/index'),
browser: require('./src/emulator/browser/index')
console: () => require('./src/emulator/console/index'),
browser: () => require('./src/emulator/browser/index')
};
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testmybot",
"version": "1.2.3",
"version": "1.2.4",
"engines": {
"node": ">=6.0"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"async": "^2.1.5",
"body-parser": "^1.18.2",
"botium-core": "1.1.12",
"botium-core": "1.1.13",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"clear": "0.0.1",
Expand Down
Loading

0 comments on commit 39372a6

Please sign in to comment.