mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
chore(release): 6.4.3 [skip ci]
## [6.4.3](https://github.com/harttle/liquidjs/compare/v6.4.2...v6.4.3) (2019-02-13)
### Bug Fixes
* better index.d.ts and a demo ([2015f68](https://github.com/harttle/liquidjs/commit/2015f68)), closes [#98](https://github.com/harttle/liquidjs/issues/98)
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* [email protected].2, https://github.com/harttle/liquidjs
|
||||
* [email protected].3, https://github.com/harttle/liquidjs
|
||||
* (c) 2016-2019 harttle
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
@@ -3571,6 +3571,7 @@
|
||||
return engine;
|
||||
}
|
||||
|
||||
Liquid.default = Liquid;
|
||||
Liquid.isTruthy = isTruthy;
|
||||
Liquid.isFalsy = isFalsy;
|
||||
Liquid.evalExp = evalExp;
|
||||
|
||||
Reference in New Issue
Block a user