brick-liquid
Advanced tools
Comparing version 3.1.6 to 3.2.0
var _ = require('lodash'); | ||
var Liquid = require("shopify-liquid"); | ||
var Liquid = require("liquidjs"); | ||
var tags = require('./tags.js'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "brick-liquid", | ||
"version": "3.1.6", | ||
"version": "3.2.0", | ||
"description": "liquid template engine for brick.js", | ||
@@ -14,12 +14,12 @@ "author": { | ||
"dependencies": { | ||
"lodash": "^4.6.1", | ||
"shopify-liquid": "1.6.2" | ||
"liquidjs": "^2.0.2", | ||
"lodash": "^4.6.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mock-fs": "^4.4.2", | ||
"chai-as-promised": "^5.3.0", | ||
"coveralls": "^2.11.9", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^2.4.5", | ||
"mock-fs": "^3.9.0" | ||
"mocha": "^2.5.3" | ||
}, | ||
@@ -26,0 +26,0 @@ "license": "ISC", |
@@ -88,4 +88,4 @@ [![NPM version](https://img.shields.io/npm/v/brick-liquid.svg?style=flat)](https://www.npmjs.org/package/brick-liquid) | ||
Brick-liquid is implemented with [harttle/shopify-liquid][impl] internaly. | ||
And the `liquid` object defined above is compatible with [harttle/shopify-liquid][impl] `engine` object. | ||
Brick-liquid is implemented with [harttle/liquidjs][impl] internaly. | ||
And the `liquid` object defined above is compatible with [harttle/liquidjs][impl] `engine` object. | ||
@@ -114,3 +114,3 @@ Javascript: | ||
Registration of new tag is compatible with [harttle/shopify-liquid][impl]. | ||
Registration of new tag is compatible with [harttle/liquidjs][impl]. | ||
@@ -144,2 +144,2 @@ Javascript: | ||
[brk]: https://github.com/brick-js/brick.js | ||
[impl]: https://github.com/harttle/shopify-liquid | ||
[impl]: https://github.com/harttle/liquidjs |
var _ = require('lodash'); | ||
var Liquid = require("shopify-liquid"); | ||
var Liquid = require("liquidjs"); | ||
var lexical = Liquid.lexical; | ||
@@ -4,0 +4,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
11941
+ Addedliquidjs@^2.0.2
+ Addedliquidjs@2.2.1(transitive)
- Removedshopify-liquid@1.6.2
- Removedshopify-liquid@1.6.2(transitive)