Comparing version 3.0.4 to 3.0.5
@@ -199,2 +199,5 @@ var fs = require('fs'); | ||
if (!!attributes.id) { | ||
var $parent = $(this).parent(); | ||
if (!$parent.length) return; | ||
var parentAttributes = getTagAttributes($(this).parent()); | ||
@@ -201,0 +204,0 @@ if (!parentAttributes.id) { |
{ | ||
"name": "brightml", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Smart utility rendering markdown-ready 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
32983
806