cute-localize
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -31,3 +31,3 @@ (function() { | ||
args.forEach(function(arg, i) { | ||
text = text.split(`$[${i + 1}]`).join(arg); | ||
text = text.split("$[" + (i + 1) + "]").join(arg); | ||
}); | ||
@@ -34,0 +34,0 @@ return text; |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17866