From ca32cac6fed44e3dadff5cf7570b494c03ace791 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 17 Jun 2016 17:36:48 -0500 Subject: [PATCH] chore(dependency): Pin to version of eslint that is not broken --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a071f64965..8d9d0ed70b 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "coveralls": "^2.11.2", "csv": "~0.3.6", "deep-diff": "~0.1.4", - "eslint": "^2.10.1", + "eslint": "~2.12.0", "eslint-config-habitrpg": "^1.0.0", "eslint-plugin-babel": "^3.0.0", "eslint-plugin-mocha": "^2.1.0",