From 74563d88ed9089d81a3c056aa5f571c93fa7fbcc Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 2 Jan 2015 05:00:23 +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 892fcd6c77..0904a8afc2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-2", + "acorn-6to5": "0.11.1-3", "ast-types": "~0.6.1", "chokidar": "0.11.1", "commander": "2.5.0",