From d60be61cedd94bbb5b79785ab6c63962ff4a2468 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 9 Nov 2015 10:55:50 -0500 Subject: [PATCH] pin eslint to 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de660fa723..c8bca9f227 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "chalk": "1.1.1", "derequire": "^2.0.2", "es5-shim": "^4.1.7", - "eslint": "^1.1.0", + "eslint": "1.8.0", "fs-readdir-recursive": "^0.1.2", "gulp": "^3.9.0", "gulp-babel": "^5.3.0",