Skip to content

Commit

Permalink
fix: move Prettier from deps to devDeps (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-toma authored Mar 27, 2020
1 parent fa57203 commit 680dfbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^1.18.2"
"eslint-plugin-react-hooks": "^2.5.0"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0",
Expand All @@ -47,6 +46,7 @@
"devDependencies": {
"@types/react": "16.9.25",
"eslint": "6.8.0",
"prettier": "1.18.2",
"react": "16.13.1",
"standard-version": "7.1.0",
"typescript": "3.7.3"
Expand Down

0 comments on commit 680dfbd

Please sign in to comment.