This commit is contained in:
Sébastien Garagnani 2018-09-25 11:59:59 +00:00 committed by GitHub
commit 47ee3a4680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,6 +277,7 @@
// CommonJS / Node module
if (isCommonJS) {
namespace = module.exports = defaultStrftime;
module.exports.locales = Locales;
}
// Browsers and other environments
else {