diff --git a/package.json b/package.json index cc9f81b19..b709e6dc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shopify-liquid", - "version": "1.1.10", - "description": "A Shopify Liquid Implementation in Node.js", + "version": "1.1.11", + "description": "Liquid template engine in Node.js (Shopify compliant)", "main": "index.js", "scripts": { "test": "mocha" @@ -13,7 +13,8 @@ "keywords": [ "liquid", "template", - "jinja" + "jinja", + "shopify" ], "author": "Harttle", "license": "MIT",