Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "titlecase", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Intelligently converting strings to title case (an enhanced fork of David Gouch's library)", | ||
@@ -5,0 +5,0 @@ "main": "to-title-case.js", |
@@ -21,2 +21,3 @@ /* | ||
.concat(smallWords.source.replace(/(^\^\(|\)\$$)/g, '').split('|')) | ||
.concat(['is']) // a personal preference | ||
, laxWordsRe = new RegExp('^(' + laxWords.join('|') + ')$', 'i') | ||
@@ -23,0 +24,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
12301
311