gitbook-html
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,5 @@ var _ = require('lodash'); | ||
function parseLangs(content) { | ||
return parseSummary(content).parts[0].articles; | ||
var parts = parseSummary(content).parts; | ||
if (parts.length > 0) return parts[0].articles; | ||
return []; | ||
} | ||
@@ -9,0 +11,0 @@ |
{ | ||
"name": "gitbook-html", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://www.gitbook.com", | ||
@@ -5,0 +5,0 @@ "description": "Parse HTML content for gitbook", |
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
17286
412