From a46f4f78737051d0858d308b998750ff138e7491 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 25 Jan 2015 17:23:34 +1100 Subject: [PATCH] upgrade acorn-6to5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee1c7656eb..9fe142976b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-20", + "acorn-6to5": "0.11.1-21", "ast-types": "~0.6.1", "chokidar": "0.12.6", "commander": "2.6.0",