sentence-case
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "sentence-case", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Transform into a lower case with spaces between words, then capitalize the string", | ||
@@ -72,4 +72,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"lower-case": "^2.0.0", | ||
"no-case": "^3.0.0", | ||
"no-case": "^3.0.1", | ||
"upper-case-first": "^2.0.0" | ||
@@ -89,3 +88,3 @@ }, | ||
}, | ||
"gitHead": "55911ca17c2e0c964b9b84143e14e29ffc9ff499" | ||
"gitHead": "a3df3a43bfd3d8e3386d0fb09b69454b91516d18" | ||
} |
@@ -26,2 +26,4 @@ # Sentence Case | ||
The function also accepts [`options`](https://github.com/blakeembrey/change-case#options). | ||
## License | ||
@@ -28,0 +30,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
11417
2
38
- Removedlower-case@^2.0.0
Updatedno-case@^3.0.1