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:
semantic-release-bot
2019-02-13 12:13:27 +00:00
parent 2015f683b8
commit c8de8bcde2
9 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -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;