Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "path-case", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Path case a string", | ||
@@ -29,4 +29,4 @@ "main": "path-case.js", | ||
"dependencies": { | ||
"sentence-case": "0.0.2" | ||
"sentence-case": "^0.1.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ var sentence = require('sentence-case'); | ||
module.exports = function (string) { | ||
return sentence(string).replace(/ /g, '/'); | ||
return sentence(string).replace(/ |\./g, '/'); | ||
}; |
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
3073
+ Addedsentence-case@0.1.2(transitive)
- Removedsentence-case@0.0.2(transitive)
Updatedsentence-case@^0.1.1