botbuilder
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -79,3 +79,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
} | ||
else if (handler > this.commands.length && this.default) { | ||
else if (handler >= this.commands.length && this.default) { | ||
cur = this.default; | ||
@@ -82,0 +82,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220933