mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
1.4.3
This commit is contained in:
Vendored
+1
-1
@@ -37,7 +37,7 @@ var filters = {
|
||||
return strftime(v, arg);
|
||||
},
|
||||
'default': function _default(v, arg) {
|
||||
return arg || v;
|
||||
return v || arg;
|
||||
},
|
||||
'divided_by': function divided_by(v, arg) {
|
||||
return Math.floor(v / arg);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user