From ce8a152c4928dc3e644bd7110022a2076c4a5aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 21 Jul 2015 12:20:39 -0700 Subject: [PATCH] Lock babel @ 5.6.x. 5.7 and 5.8 are having big issues with linting --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 029fe4e9ed75f..9efdfda878aaf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "jstransform": "^11.0.0" }, "devDependencies": { - "babel": "^5.5.5", + "babel": "~5.6.23", + "babel-core": "~5.6.20", "babel-eslint": "^3.1.14", "benchmark": "^1.0.0", "browserify": "^9.0.3",