mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -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
|
* (c) 2016-2019 harttle
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/
|
*/
|
||||||
@@ -3570,6 +3570,9 @@ var _engine = {
|
|||||||
registerTag: function registerTag(name, tag) {
|
registerTag: function registerTag(name, tag) {
|
||||||
return this.tag.register(name, tag);
|
return this.tag.register(name, tag);
|
||||||
},
|
},
|
||||||
|
plugin: function plugin(_plugin) {
|
||||||
|
return _plugin.call(this, Liquid);
|
||||||
|
},
|
||||||
express: function express(opts) {
|
express: function express(opts) {
|
||||||
opts = opts || {};
|
opts = opts || {};
|
||||||
var self = this;
|
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
|
* (c) 2016-2019 harttle
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/
|
*/
|
||||||
@@ -3516,6 +3516,9 @@
|
|||||||
registerTag: function registerTag(name, tag) {
|
registerTag: function registerTag(name, tag) {
|
||||||
return this.tag.register(name, tag);
|
return this.tag.register(name, tag);
|
||||||
},
|
},
|
||||||
|
plugin: function plugin(_plugin) {
|
||||||
|
return _plugin.call(this, Liquid);
|
||||||
|
},
|
||||||
express: function express(opts) {
|
express: function express(opts) {
|
||||||
opts = opts || {};
|
opts = opts || {};
|
||||||
var self = this;
|
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",
|
"name": "liquidjs",
|
||||||
"version": "6.2.1",
|
"version": "6.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidjs",
|
"name": "liquidjs",
|
||||||
"version": "6.2.1",
|
"version": "6.3.0",
|
||||||
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
||||||
"main": "dist/liquid.common.js",
|
"main": "dist/liquid.common.js",
|
||||||
"module": "src/index.js",
|
"module": "src/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user