typedoc-twilio-theme
Advanced tools
Comparing version 1.0.0 to 1.0.1
module.exports = { | ||
eachWithPublic: function(context, options) { | ||
eachWithPublic: function(context = [], options) { | ||
return context.filter(ctx => | ||
@@ -4,0 +4,0 @@ ctx.children.filter(child => child.cssClasses.indexOf('tsd-is-private') === -1 |
{ | ||
"name": "typedoc-twilio-theme", | ||
"description": "Typedoc theme used for Twilio's Client.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "bin/plugin.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
769301