This commit is contained in:
harttle
2019-01-10 13:30:05 +08:00
parent 5f5c62a51e
commit af4fe1b330
8 changed files with 118 additions and 118 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* liquidjs@6.1.1, https://github.com/liquidjs * liquidjs@6.2.0, https://github.com/harttle/liquidjs
* (c) 2016-2018 harttle * (c) 2016-2019 harttle
* Released under the MIT License. * Released under the MIT License.
*/ */
'use strict'; 'use strict';
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* liquidjs@6.1.1, https://github.com/liquidjs * liquidjs@6.2.0, https://github.com/harttle/liquidjs
* (c) 2016-2018 harttle * (c) 2016-2019 harttle
* Released under the MIT License. * Released under the MIT License.
*/ */
(function (global, factory) { (function (global, factory) {
+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", "name": "liquidjs",
"version": "6.1.1", "version": "6.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "liquidjs", "name": "liquidjs",
"version": "6.1.1", "version": "6.2.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",