diff --git a/strftime.js b/strftime.js index 34c058f..de270bb 100644 --- a/strftime.js +++ b/strftime.js @@ -277,6 +277,7 @@ // CommonJS / Node module if (isCommonJS) { namespace = module.exports = defaultStrftime; + module.exports.locales = Locales; } // Browsers and other environments else {