sassdoc-extras
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "sassdoc-extras", | ||
"description": "SassDoc's Toolbelt", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "sassdoc", |
@@ -49,4 +49,4 @@ 'use strict'; | ||
if ('todos' in item) { | ||
item.htmlTodos = item.todos.map(md); | ||
if ('todo' in item) { | ||
item.htmlTodo = item.todo.map(md); | ||
} | ||
@@ -53,0 +53,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
7867