Skip to content

Commit

Permalink
Move husky and pretty-quick to devDependencies (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
keqingrong authored and securingsincity committed Dec 20, 2018
1 parent 0278a20 commit 91f05ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "7.11.1",
"husky": "^1.1.1",
"jsdom": "^13.0.0",
"mocha": "5.2.0",
"nyc": "13.0.1",
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-test-renderer": "^16.6.3",
Expand All @@ -64,10 +66,8 @@
"dependencies": {
"brace": "^0.11.1",
"diff-match-patch": "^1.0.4",
"husky": "^1.1.1",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"pretty-quick": "^1.7.0",
"prop-types": "^15.6.2"
},
"husky": {
Expand Down

0 comments on commit 91f05ba

Please sign in to comment.