From 9f732cfe2093f06e68bcfa04a0c186ffe99b0e44 Mon Sep 17 00:00:00 2001 From: Manuel Wiedenmann Date: Tue, 23 May 2023 10:50:12 +0200 Subject: [PATCH] Replace moment with 'ember-moment' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb19601..40a5883 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ Your application may require a default format other than the default, ISO 8601. // config/environment.js module.exports = function() { return { - moment: { + 'ember-moment': { outputFormat: 'L' } } @@ -502,7 +502,7 @@ If `null`, `undefined`, or an empty string are passed as a date to any of the mo // config/environment.js module.exports = function() { return { - moment: { + 'ember-moment': { allowEmpty: true // default: false } }