Skip to content

Commit

Permalink
Bump up MAJOR version
Browse files Browse the repository at this point in the history
* Add a forgotten comma
  • Loading branch information
bilgeyucel committed Aug 19, 2020
1 parent 6faccaa commit 22e484a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 22e484a

Please sign in to comment.