botframework
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -21,3 +21,2 @@ "use strict"; | ||
server.connection({ | ||
host: 'localhost', | ||
port: this.settings.fb.port | ||
@@ -24,0 +23,0 @@ }); |
{ | ||
"name": "botframework", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Framework for messaging bots", | ||
@@ -43,2 +43,2 @@ "main": "./dist/es5/src/bot.js", | ||
} | ||
} | ||
} |
@@ -29,3 +29,2 @@ import {IBotSettings} from '../interfaces'; | ||
server.connection({ | ||
host: 'localhost', | ||
port: this.settings.fb.port | ||
@@ -32,0 +31,0 @@ }); |
Sorry, the diff of this file is not supported yet
769420
55
15396