strapi-markdown-parser
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -23,3 +23,3 @@ class StrapiMarkdown { | ||
if (model) { | ||
this.model = this.model.attributes | ||
this.model = model.attributes | ||
} else { | ||
@@ -26,0 +26,0 @@ throw new Error('`model` must be object') |
{ | ||
"name": "strapi-markdown-parser", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Strapi controller module to parse Markdown to HTML", | ||
@@ -5,0 +5,0 @@ "main": "index.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
6617