Skip to content

Commit 3848af3

Browse files
Merge pull request #397 from fsmanuel/patch-1
Replace moment with 'ember-moment'
2 parents 23c428d + 9f732cf commit 3848af3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Your application may require a default format other than the default, ISO 8601.
471471
// config/environment.js
472472
module.exports = function() {
473473
return {
474-
moment: {
474+
'ember-moment': {
475475
outputFormat: 'L'
476476
}
477477
}
@@ -500,7 +500,7 @@ If `null`, `undefined`, or an empty string are passed as a date to any of the mo
500500
// config/environment.js
501501
module.exports = function() {
502502
return {
503-
moment: {
503+
'ember-moment': {
504504
allowEmpty: true // default: false
505505
}
506506
}

0 commit comments

Comments
 (0)