moment-interval
moment-interval copied to clipboard
Wrong key in UMD definition
in the fallback case when the environment doesn't support AMD or is not a Node environment, the wrong key returnExports
is used.
I think it needs to be:
root.moment = factory(root.moment);