From 7e2aebc098744e5e52cfa51109c96761e8d1c9d0 Mon Sep 17 00:00:00 2001 From: Harminder virk Date: Thu, 17 Oct 2019 13:10:32 +0530 Subject: [PATCH] fix(compiler): to work fine with nested array tips Original bug for #252 was fixed in the indicative-compiler. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1be3e38..9055b18 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "publish": false }, "dependencies": { - "indicative-compiler": "^7.0.3", + "indicative-compiler": "^7.0.4", "indicative-formatters": "^7.2.1", "indicative-parser": "^7.0.2", "indicative-rules": "^7.2.1"