From 1acc88ebe0d87bd6f0f0282688305dc0cf3f8571 Mon Sep 17 00:00:00 2001 From: harttle Date: Thu, 30 Jun 2016 12:33:24 +0800 Subject: [PATCH] modified: package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f82003534..cc9f81b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-liquid", - "version": "1.1.9", + "version": "1.1.10", "description": "A Shopify Liquid Implementation in Node.js", "main": "index.js", "scripts": { @@ -11,8 +11,9 @@ "url": "git+https://github.com/harttle/shopify-liquid.git" }, "keywords": [ - "Shopify", - "Liquid" + "liquid", + "template", + "jinja" ], "author": "Harttle", "license": "MIT",