From 22e484a2cb22079f4c52076510a963831820fc5b Mon Sep 17 00:00:00 2001 From: bilgeyucel Date: Wed, 19 Aug 2020 12:55:33 +0300 Subject: [PATCH] Bump up MAJOR version * Add a forgotten comma --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33375d7..91597dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hipo/eslint-config-react", - "version": "1.0.5", + "version": "2.0.0", "description": "Hipo's shareable ESLint configuations for REACT & JSX", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ "homepage": "https://github.com/Hipo/eslint-config-hipo-react#readme", "peerDependencies": { "eslint": "^7.7.0", - "eslint-plugin-react": "^7.20.6" + "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.0.8" } }