botbuilder-dialog-loader
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -22,3 +22,6 @@ module.exports = function (bot, basePath, config) { | ||
let arguments = [bot].concat(subConfig); | ||
callback.apply( null, arguments); | ||
if ( callback ) { | ||
callback.apply( null, arguments); | ||
} | ||
} | ||
@@ -25,0 +28,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"name": "botbuilder-dialog-loader", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A Library that helps to autload Microsoft Bot Framework dialogs", | ||
@@ -9,0 +9,0 @@ "main": "botbuilder-dialog-loader.js", |
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
40549
54