From 50e37b7075169ad173924c87210463c27c0bee4e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 2 Feb 2016 22:51:53 +0000 Subject: [PATCH] fix eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe50059..bea0596 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "underscore": "=1.8.3" }, "devDependencies": { - "babel-eslint": "=4.1.6", + "babel-eslint": "=4.1.7", "eslint": "=1.10.3", "eslint-config": "git://github.com/oleous/eslint-config.git", "eslint-plugin-react": "=3.14.0",