From bfd0c6ee046cb25b4df10733455e1fc4daec51ea Mon Sep 17 00:00:00 2001 From: Jim Fitzpatrick Date: Mon, 4 Apr 2016 11:04:29 -0400 Subject: [PATCH] Bump babel-eslint dev dependency Conservative version bump to fix https://github.com/babel/babel-eslint/issues/243 which was breaking the build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bfd70e2..9ee8788c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "babel": "^5.6.14", "babel-core": "^5.6.15", - "babel-eslint": "^3.1.20", + "babel-eslint": "^4.1.8", "chai": "^3.0.0", "eslint": "^0.24.0", "eslint-config-airbnb": "0.0.6",