From af1e0c9969b7f56705e017992a4fd9c06e5d062a Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Mon, 13 Apr 2015 15:12:05 +0300 Subject: [PATCH] Bump eslint version to 0.19.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db8a43e1f5..c1d81a10c0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "colors": "^1.0.3", "css-loader": "^0.9.1", "es5-shim": "^4.1.0", - "eslint": "^0.18.0", + "eslint": "^0.19.0", "eslint-plugin-react": "^2.1.0", "express": "^4.12.3", "extract-text-webpack-plugin": "^0.3.8", @@ -84,4 +84,4 @@ "dependencies": { "classnames": "^1.1.4" } -} \ No newline at end of file +}