From 23d47a0af732d7922eeb251f363fee940b4a6410 Mon Sep 17 00:00:00 2001 From: Alec Larson Date: Tue, 20 Nov 2018 07:14:16 -0500 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 01977d0..0638400 100644 --- a/TODO.md +++ b/TODO.md @@ -5,7 +5,7 @@ # Plugins - `@mini-hb/plugin`: plugin driver -- `@mini-hb/js-expressions` (arbritrary JS expressions, using [is-expression](https://www.npmjs.com/package/is-expression)) +- `@mini-hb/js-expressions` (arbritrary JS expressions, using [bcx-expression-evaluator](https://github.com/buttonwoodcx/bcx-expression-evaluator)) - `@mini-hb/each`: the each block - `@mini-hb/with`: the with block - `@mini-hb/list`: the list block