speakingurl
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "speakingurl", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Generate of so called 'static' or 'nice-looking' or 'SpeakingURL' from a string.", | ||
"keywords": [ | ||
"speakingUrl", | ||
"speakingurl", | ||
"speaking Url", | ||
@@ -8,0 +9,0 @@ "nice Url", |
@@ -20,3 +20,3 @@ var makeUrl = require('../lib/'); | ||
var url = makeUrl("---This_Is_A_Test!!"); | ||
var url = makeUrl("__---This_Is_A_Test!!"); | ||
@@ -23,0 +23,0 @@ it('should be a string with 14 chars', function () { |
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
11240