prg-chatbot
Advanced tools
Comparing version 0.10.8 to 0.10.9
{ | ||
"name": "prg-chatbot", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "Facebook Messenger Chatbot Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ /* | ||
const isAbsolute = !action || action.match(/^\//); | ||
return isAbsolute ? action : path.join(contextPath, action); | ||
return isAbsolute ? action : path.posix.join(contextPath, action); | ||
} | ||
@@ -14,0 +14,0 @@ |
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
146216