aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/src/moment.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-10-14 18:40:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-10-14 18:40:54 +0200
commit9df98e65f842cf3acae09cbdd969966f42d64469 (patch)
treef071d3e09a342c208fb8e1cd3f5241d64fbfbaf3 /node_modules/moment/src/moment.js
parent008926b18470e7f394cd640302957b29728a9803 (diff)
update dependencies
Diffstat (limited to 'node_modules/moment/src/moment.js')
-rw-r--r--node_modules/moment/src/moment.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/node_modules/moment/src/moment.js b/node_modules/moment/src/moment.js
index 4d5f3be7e..c49fe84bb 100644
--- a/node_modules/moment/src/moment.js
+++ b/node_modules/moment/src/moment.js
@@ -1,12 +1,12 @@
//! moment.js
-//! version : 2.18.1
+//! version : 2.19.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
import { hooks as moment, setHookCallback } from './lib/utils/hooks';
-moment.version = '2.18.1';
+moment.version = '2.19.1';
import {
min,
@@ -40,8 +40,8 @@ import {
import {
isDuration,
- createDuration as duration,
- getSetRelativeTimeRounding as relativeTimeRounding,
+ createDuration as duration,
+ getSetRelativeTimeRounding as relativeTimeRounding,
getSetRelativeTimeThreshold as relativeTimeThreshold
} from './lib/duration/duration';
@@ -74,7 +74,7 @@ moment.updateLocale = updateLocale;
moment.locales = locales;
moment.weekdaysShort = weekdaysShort;
moment.normalizeUnits = normalizeUnits;
-moment.relativeTimeRounding = relativeTimeRounding;
+moment.relativeTimeRounding = relativeTimeRounding;
moment.relativeTimeThreshold = relativeTimeThreshold;
moment.calendarFormat = getCalendarFormat;
moment.prototype = fn;