mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Merge dbbc00e459 into 08a9a4b738
This commit is contained in:
commit
47ee3a4680
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@
|
|||
// CommonJS / Node module
|
||||
if (isCommonJS) {
|
||||
namespace = module.exports = defaultStrftime;
|
||||
module.exports.locales = Locales;
|
||||
}
|
||||
// Browsers and other environments
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue