From 7644062a0bfdfb686587d84c2cc6a24f6e62bea9 Mon Sep 17 00:00:00 2001 From: Mark Tse Date: Thu, 12 Jul 2018 09:41:24 -0400 Subject: [PATCH] chore - fixing eslint-scope to a safe version; resolves #656. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 135a5a9e..30972479 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/parser": "7.0.0-beta.52", "@babel/traverse": "7.0.0-beta.52", "@babel/types": "7.0.0-beta.52", - "eslint-scope": "~3.7.1", + "eslint-scope": "3.7.1", "eslint-visitor-keys": "^1.0.0" }, "scripts": {