From c578db7ae8d46ea343e6e69f73af8338c0b26309 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 4 Jan 2015 08:34:14 +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 633a6517ee..e5b3f41b53 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "make test" }, "dependencies": { - "acorn-6to5": "0.11.1-4", + "acorn-6to5": "0.11.1-5", "ast-types": "~0.6.1", "chokidar": "0.11.1", "commander": "2.5.0",