From 6fd7f9868e2f3e21c42897d235d5c381d4d9704b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Feb 2015 16:18:54 +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 fbc2f7f501..0bc7144a06 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-25", + "acorn-6to5": "0.11.1-27", "ast-types": "~0.6.1", "chalk": "^0.5.1", "chokidar": "0.12.6",