Skip to content

Commit

Permalink
Move Prettier to the peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Sep 25, 2019
1 parent 23468bf commit 249a819
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"version": "1.0.0",
"description": "Simple Prettier configuration",
"main": "src/prettier.config.js",
"dependencies": {
"prettier": "^1.16.4"
"dependencies": {},
"peerDependencies": {
"prettier": ">=1.18.2"
},
"devDependencies": {
"@studiometa/eslint-config": "^1.1.2",
"eslint": "^5.16.0"
"@studiometa/eslint-config": "^1.1.4",
"eslint": "^6.4.0",
"prettier": "^1.18.2"
},
"scripts": {
"test": "eslint src/",
Expand Down

0 comments on commit 249a819

Please # to comment.