Skip to content

Commit

Permalink
Merge pull request #77 from DanielMSchmidt/danielmschmidt/prettier
Browse files Browse the repository at this point in the history
Move prettier to peer dependencies
  • Loading branch information
keplersj committed Jun 14, 2018
2 parents 48439c3 + 933db80 commit 0a55e01
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@
},
"jest": {
"collectCoverage": true,
"coverageReporters": ["json", "text"],
"projects": ["jest-prettier.config.js", "jest-test.config.js"]
"coverageReporters": [
"json",
"text"
],
"projects": [
"jest-prettier.config.js",
"jest-test.config.js"
]
},
"lint-staged": {
"*": "jest --bail --findRelatedTests"
Expand All @@ -27,15 +33,18 @@
"dependencies": {
"cli-highlight": "^1.2.1",
"create-jest-runner": "0.4.0",
"jest-diff": "^22.0.0",
"prettier": "^1.8.2"
"jest-diff": "^22.0.0"
},
"peerDependencies": {
"prettier": ">= 1.8"
},
"devDependencies": {
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"husky": "0.14.3",
"jest": "22.4.4",
"lint-staged": "7.2.0",
"prettier": "1.13.4",
"semantic-release": "11.2.0"
}
}

0 comments on commit 0a55e01

Please sign in to comment.