@gitrows/gitrows-utils
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -32,3 +32,3 @@ const String = { | ||
capitalized: (string) => string[0].toUpperCase() + string.slice(1), | ||
capitalized: (string) => string ? string[0].toUpperCase() + string.slice(1) : "", | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "@gitrows/gitrows-utils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Data and string handling utilities for @gitrows", | ||
@@ -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
38627