From 96eefaeefa4efef7818d666f56cf73076ea77940 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Fri, 23 Sep 2016 20:58:22 +0100 Subject: [PATCH] Bump eslint preset version --- packages/eslint-config-react-app/package.json | 2 +- packages/react-scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index d6157cea4..90c6a21f2 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-react-app", - "version": "0.2.0", + "version": "0.2.1", "description": "ESLint configuration used by Create React App", "repository": "facebookincubator/create-react-app", "license": "BSD-3-Clause", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 96c7a5bc3..7e802fc11 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -37,7 +37,7 @@ "detect-port": "1.0.0", "dotenv": "2.0.0", "eslint": "3.5.0", - "eslint-config-react-app": "0.2.0", + "eslint-config-react-app": "0.2.1", "eslint-loader": "1.5.0", "eslint-plugin-flowtype": "2.18.1", "eslint-plugin-import": "1.12.0", -- GitLab