Skip to content

Commit

Permalink
fix: move prettierrc to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Sep 25, 2019
1 parent 84ba113 commit 183985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@sourcegraph/prettierrc": "^3.0.1",
"husky": "^3.0.2",
"prettier": "^1.18.2",
"semantic-release": "^15.13.19"
},
"dependencies": {
"@sourcegraph/prettierrc": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint-config-prettier": "^6.0.0",
Expand Down

0 comments on commit 183985b

Please sign in to comment.