Skip to content

Commit

Permalink
fix: 🐛 add prettier as dependency instead of dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Oct 14, 2020
1 parent 1fafc45 commit dcfff2e
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 @@ -83,6 +83,7 @@
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"svgo": "^1.3.2",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
},
"devDependencies": {
Expand All @@ -96,7 +97,6 @@
"husky": "^3.1.0",
"import-conductor": "^2.0.3",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"replace-json-property": "^1.4.1",
"semantic-release": "^15.13.31",
Expand Down

0 comments on commit dcfff2e

Please sign in to comment.