Skip to content

Commit

Permalink
chore: pretty-quick is now a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenee42 committed Feb 2, 2021
1 parent 265a099 commit 3cda92b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"marked": "^0.7.0",
"moment": "2.19.3",
"prettier": "^1.19.1",
"pretty-quick": "^3.1.0",
"prop-types": "^15",
"raw-loader": "^2.0.0",
"react": "^16.5.2",
Expand Down Expand Up @@ -102,8 +103,5 @@
"fix": "eslint --fix 'src/**/*.{ts,tsx}'; prettier --config .prettierrc.json --check 'src/**/*.{ts,tsx}'",
"storybook": "start-storybook -p 9001 -c .storybook",
"publishStorybook": "storybook-to-ghpages --out=.out"
},
"dependencies": {
"pretty-quick": "^3.1.0"
}
}

0 comments on commit 3cda92b

Please # to comment.