Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "liquidjs", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# liquidjs | ||
[![npm](https://img.shields.io/npm/v/liquidjs.svg)](https://www.npmjs.org/package/liquidjs) | ||
[![npm](https://img.shields.io/npm/dm/localeval.svg)]() | ||
[![npm](https://img.shields.io/npm/dm/liquidjs.svg)](https://www.npmjs.org/package/liquidjs) | ||
[![Build Status](https://travis-ci.org/harttle/liquidjs.svg?branch=master)](https://travis-ci.org/harttle/liquidjs) | ||
@@ -13,3 +13,3 @@ [![Coveralls](https://img.shields.io/coveralls/harttle/liquidjs.svg)](https://coveralls.io/github/harttle/liquidjs?branch=master) | ||
Visit our website: <http://harttle.com/liquidjs/> | ||
Visit our website: <http://harttle.github.io/liquidjs/> | ||
@@ -20,2 +20,3 @@ ## Features | ||
* Fully compatible to [shopify][shopify/liquid], with all [tags][tags] and [filters][filters] implemented | ||
* Support layout(extend) and include syntax | ||
* In pure JavaScript with [any-promise][any-promise] as the only one dependency | ||
@@ -22,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
669648
227