validate-element-name
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -21,3 +21,3 @@ 'use strict'; | ||
if (name.toLowerCase() !== name) { | ||
return 'Custom element names should be lowercase.'; | ||
return 'Custom element names must be lowercase.'; | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "validate-element-name", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Validate the name of a custom element", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5520