From 811fcf7e1b3a1a3f13152d2ba8ad1812495b8279 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 6 Jan 2015 10:44:13 +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 b7fe304c6f..e1a07c85ef 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-10", + "acorn-6to5": "0.11.1-11", "ast-types": "~0.6.1", "chokidar": "0.11.1", "commander": "2.5.0",