Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "razorleaf", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "index.js", |
@@ -1420,5 +1420,3 @@ /* eslint-disable no-shadow */ | ||
return c === " " || c === "\n" ? | ||
contentState : | ||
contentState(parser, c); | ||
return contentState(parser, c); | ||
}, | ||
@@ -1425,0 +1423,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
72564
2199