This commit is contained in:
harttle
2018-08-28 00:37:00 +08:00
parent 3213c6d23a
commit a63e2b519b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* liquidjs@5.3.0-0, https://github.com/liquidjs
* liquidjs@6.0.0, https://github.com/liquidjs
* (c) 2016-2018 harttle
* Released under the MIT License.
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* liquidjs@5.3.0-0, https://github.com/liquidjs
* liquidjs@6.0.0, https://github.com/liquidjs
* (c) 2016-2018 harttle
* Released under the MIT License.
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "5.3.0-0",
"version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "5.3.0-0",
"version": "6.0.0",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"module": "src/index.js",