From 944e6f5f1a7c256baae72a9484e81f1af2725f2b Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Mon, 18 May 2015 13:32:09 -0600 Subject: [PATCH] Update ESLint to 0.21.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc2bd23e33..aed7f588b8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "colors": "^1.0.3", "css-loader": "^0.12.0", "es5-shim": "^4.1.0", - "eslint": "0.21.0", + "eslint": "^0.21.2", "eslint-plugin-react": "^2.1.0", "express": "^4.12.3", "extract-text-webpack-plugin": "^0.8.0", @@ -87,4 +87,4 @@ "dependencies": { "classnames": "^2.0.0" } -} \ No newline at end of file +}