This commit is contained in:
harttle
2016-11-15 21:58:25 +08:00
parent 397b2e48b6
commit 3a450bba1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var filters = {
return strftime(v, arg); return strftime(v, arg);
}, },
'default': function _default(v, arg) { 'default': function _default(v, arg) {
return arg || v; return v || arg;
}, },
'divided_by': function divided_by(v, arg) { 'divided_by': function divided_by(v, arg) {
return Math.floor(v / arg); return Math.floor(v / arg);
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "shopify-liquid", "name": "shopify-liquid",
"version": "1.4.2", "version": "1.4.3",
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.", "description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {