mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
6.3.0
This commit is contained in:
Vendored
+4
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* liquidjs@6.2.1, https://github.com/harttle/liquidjs
|
||||
* liquidjs@6.3.0, https://github.com/harttle/liquidjs
|
||||
* (c) 2016-2019 harttle
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
@@ -3570,6 +3570,9 @@ var _engine = {
|
||||
registerTag: function registerTag(name, tag) {
|
||||
return this.tag.register(name, tag);
|
||||
},
|
||||
plugin: function plugin(_plugin) {
|
||||
return _plugin.call(this, Liquid);
|
||||
},
|
||||
express: function express(opts) {
|
||||
opts = opts || {};
|
||||
var self = this;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* liquidjs@6.2.1, https://github.com/harttle/liquidjs
|
||||
* liquidjs@6.3.0, https://github.com/harttle/liquidjs
|
||||
* (c) 2016-2019 harttle
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
@@ -3516,6 +3516,9 @@
|
||||
registerTag: function registerTag(name, tag) {
|
||||
return this.tag.register(name, tag);
|
||||
},
|
||||
plugin: function plugin(_plugin) {
|
||||
return _plugin.call(this, Liquid);
|
||||
},
|
||||
express: function express(opts) {
|
||||
opts = opts || {};
|
||||
var self = this;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "liquidjs",
|
||||
"version": "6.2.1",
|
||||
"version": "6.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "liquidjs",
|
||||
"version": "6.2.1",
|
||||
"version": "6.3.0",
|
||||
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
||||
"main": "dist/liquid.common.js",
|
||||
"module": "src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user