Skip to content

Commit

Permalink
Fix proto-loader declaration in grpc-js devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Mar 28, 2024
1 parent 7b74d51 commit 5d8d5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/package.json
Expand Up @@ -15,7 +15,7 @@
"types": "build/src/index.d.ts",
"license": "Apache-2.0",
"devDependencies": {
"@grpc/proto-loader": "../proto-loader",
"@grpc/proto-loader": "file:../proto-loader",
"@types/gulp": "^4.0.6",
"@types/gulp-mocha": "0.0.32",
"@types/lodash": "^4.14.186",
Expand Down

0 comments on commit 5d8d5b5

Please sign in to comment.