Comparing version 0.1.2 to 0.1.3
@@ -5,3 +5,3 @@ { | ||
"keywords": ["unidecode","unicode","utf8"], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html", | ||
@@ -8,0 +8,0 @@ "dependencies": { }, |
@@ -11,4 +11,3 @@ # Unidecode for NodeJS | ||
Note that all the files named 'x??.php' in data are derived directly from the equivilent perl file, and both sets of files are distributed under the perl license, | ||
and not the BSD license. | ||
Note that all the files named 'x??.js' in data are derived directly from the equivalent perl file, and both sets of files are distributed under the perl license not the BSD license. | ||
@@ -15,0 +14,0 @@ ## Installation |
@@ -41,3 +41,3 @@ /** | ||
} catch (e) { | ||
console.error("Unidecode file not found for h=", h); | ||
// console.error("Unidecode file not found for h=", h); | ||
return ''; | ||
@@ -44,0 +44,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
318629
31