This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 8045364 fix move husky dependency to normal deps (#69)
8045364 is described below
commit 8045364ff32ed6c884ba7447f2930a3e544b1f10
Author: Tomasz Pytel <[email protected]>
AuthorDate: Wed Feb 16 08:40:33 2022 -0300
fix move husky dependency to normal deps (#69)
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 33e0172..984946b 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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",