From 0cc16e3ff43983c2b3a5b2a50a3d009d066f2308 Mon Sep 17 00:00:00 2001 From: zskymn Date: Mon, 22 Aug 2016 19:25:10 +0800 Subject: [PATCH] update math-expression-evaluator to 1.2.11; the version 1.2.9 has bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1ff46..5018d20 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "dependencies": { "balanced-match": "^0.1.0", - "math-expression-evaluator": "^1.2.9", + "math-expression-evaluator": "^1.2.11", "reduce-function-call": "^1.0.1" }, "devDependencies": {