cute-localize
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -0,1 +1,2 @@ | ||
(function(w) { | ||
var merge = require("merge"); | ||
@@ -89,2 +90,7 @@ | ||
module.exports = initialize; | ||
if (module && module.exports) { | ||
module.exports = initialize; | ||
} else if (w) { | ||
w.cuteLocalize = initialize; | ||
} | ||
})(window); |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"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
17830
318