mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
modified: package.json
This commit is contained in:
+4
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user