Skip to content

Commit

Permalink
Merge pull request #6 from Filiosoft/develop
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
nprail committed Dec 6, 2018
2 parents f24d709 + fecc237 commit cd22ab1
Show file tree
Hide file tree
Showing 5 changed files with 8,065 additions and 4,731 deletions.
5 changes: 2 additions & 3 deletions config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ module.exports = async app => {
extname: '.hbs',
defaultLayout: 'main',
helpers: {
moment: input => {
return moment(input).format('MMMM Do YYYY')
}
moment: input => moment(input).format('MMMM Do YYYY'),
eq: (current, state) => state === current
}
})
)
Expand Down
Loading

0 comments on commit cd22ab1

Please sign in to comment.