Skip to content

Commit

Permalink
fix move husky dependency to normal deps (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-pytel authored Feb 16, 2022
1 parent b33189a commit 8045364
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 @@ -58,7 +58,6 @@
"express": "^4.17.1",
"grpc-tools": "^1.11.1",
"grpc_tools_node_protoc_ts": "^5.3.0",
"husky": "^7.0.4",
"ioredis": "^4.27.2",
"jest": "^26.6.3",
"lint-staged": "^12.3.2",
Expand All @@ -78,6 +77,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.4.4",
"google-protobuf": "^3.14.0",
"husky": "^7.0.4",
"semver": "^7.3.2",
"tslib": "^2.0.3",
"uuid": "^8.1.0",
Expand Down

0 comments on commit 8045364

Please sign in to comment.