momnet 2.28.0 → 2.29.1

Sign up to get free protection for your applications and to get access to all the features.
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === 'production') {
4
+ module.exports = require('./moment.min.js');
5
+ } else {
6
+ module.exports = require('./moment.js');
7
+ }