mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
4.0.0
This commit is contained in:
Vendored
+1
-1
@@ -49,7 +49,7 @@ var filters = {
|
||||
return isTruthy(v) ? v : arg;
|
||||
},
|
||||
'divided_by': function divided_by(v, arg) {
|
||||
return Math.floor(v / arg);
|
||||
return v / arg;
|
||||
},
|
||||
'downcase': function downcase(v) {
|
||||
return v.toLowerCase();
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "liquidjs",
|
||||
"version": "3.1.3",
|
||||
"version": "4.0.0",
|
||||
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user