modified: package.json

This commit is contained in:
harttle
2016-06-30 12:43:56 +08:00
parent 1acc88ebe0
commit 32719935d1
+4 -3
View File
@@ -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",