From ac8d77fb455b2b794477bd7a6329b2e18368d77e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 4 Jan 2015 21:14:59 +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 0c3db62472..f0a1cccd44 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-9", + "acorn-6to5": "0.11.1-10", "ast-types": "~0.6.1", "chokidar": "0.11.1", "commander": "2.5.0",