title-case
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "title-case", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Title case a string", | ||
@@ -32,5 +32,5 @@ "main": "title-case.js", | ||
"dependencies": { | ||
"sentence-case": "^1.0.0", | ||
"sentence-case": "^1.0.2", | ||
"upper-case": "^1.0.0" | ||
} | ||
} |
@@ -23,3 +23,4 @@ /* global describe, it */ | ||
assert.equal(titleCase('TestString'), 'Test String'); | ||
assert.equal(titleCase('TestString1_2_3'), 'Test String 1 2 3'); | ||
}); | ||
}); |
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
4178
32
Updatedsentence-case@^1.0.2