From 99a5b38aad6993580a28f8ec8df3123afe214a0a Mon Sep 17 00:00:00 2001 From: shnhrrsn Date: Tue, 25 Jul 2017 23:46:00 -0400 Subject: [PATCH] Pinning acorn to 5.1.0 pending https://github.com/ternjs/acorn/issues/575 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0552c38..5f3f2c1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Shaun Harrison", "license": "MIT", "dependencies": { - "acorn": "^5.1.1", + "acorn": "5.1.0", "astring": "^1.0.3", "chokidar": "^1.7.0", "he": "^1.1.1"