This commit is contained in:
harttle
2019-01-21 15:25:11 +08:00
parent dee4303fad
commit fb952d801b
8 changed files with 14 additions and 8 deletions
+4 -1
View File
@@ -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;
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -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;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "6.2.1",
"version": "6.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -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",