mjml-validator
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0
@@ -16,4 +16,4 @@ "use strict"; | ||
tagName: tagName, | ||
formattedMessage: "Line " + line + " (" + tagName + ") — " + message | ||
formattedMessage: "Line " + line + " (" + tagName + ") \u2014 " + message | ||
}; | ||
}; |
@@ -50,4 +50,4 @@ 'use strict'; | ||
return (0, _ruleError2.default)(ChildComponent.tagName + ' cannot be used inside ' + tagName + ', only in: ' + ChildComponent.parentTag.join(', '), child); | ||
return (0, _ruleError2.default)(ChildComponent.tagName + ' cannot be used inside ' + tagName + ', only inside: ' + ChildComponent.parentTag.join(', '), child); | ||
})); | ||
}; |
{ | ||
"name": "mjml-validator", | ||
"description": "mjml-validator", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0", | ||
"main": "lib/index.js", | ||
@@ -16,4 +16,4 @@ "repository": { | ||
"dependencies": { | ||
"lodash": "^4.16.1" | ||
"lodash": "^4.16.4" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
Updatedlodash@^4.16.4