localized-strings
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -55,5 +55,7 @@ "use strict"; | ||
//Compatibility fix with previous version | ||
// Compatibility fix with previous version | ||
if (typeof options === "function") { | ||
/* eslint-disable no-param-reassign */ | ||
options = { customLanguageInterface: options }; | ||
/* eslint-enable */ | ||
} | ||
@@ -60,0 +62,0 @@ this._opts = _extends({}, { |
{ | ||
"name": "localized-strings", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Simple module to localize the strings of any JS based program using the same syntax used in the ReactLocalization and ReactNativeLocalization module, use 'npm run build' before publishing", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
30620
487