mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #2651 from satazor/support/remove-typescript-as-dep
grpc-health-check: Move `typescript` as a dev dependency
This commit is contained in:
commit
4d7a7fbca1
@ -21,8 +21,7 @@
|
||||
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --includeDirs proto/ -O test/generated --grpcLib=@grpc/grpc-js health/v1/health.proto"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/proto-loader": "^0.7.10",
|
||||
"typescript": "^5.2.2"
|
||||
"@grpc/proto-loader": "^0.7.10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
@ -35,6 +34,7 @@
|
||||
"types": "build/src/health.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@grpc/grpc-js": "file:../grpc-js"
|
||||
"@grpc/grpc-js": "file:../grpc-js",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user