@fantasypoints/nunjucks-filter-moment
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -16,3 +16,3 @@ const moment = require('moment-timezone'); | ||
const result = value !== '' ? moment(value) : moment(); | ||
result | ||
return result | ||
.tz(timezone) | ||
@@ -19,0 +19,0 @@ .format(format) |
{ | ||
"name": "@fantasypoints/nunjucks-filter-moment", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
3509