Skip to content

Commit

Permalink
Merge pull request #2651 from satazor/support/remove-typescript-as-dep
Browse files Browse the repository at this point in the history
grpc-health-check: Move `typescript` as a dev dependency
  • Loading branch information
murgatroid99 committed Jan 31, 2024
2 parents 666a374 + 24c258a commit 4d7a7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grpc-health-check/package.json
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 4d7a7fb

Please sign in to comment.