Skip to content

Commit 5d8d5b5

Browse files
committed
Fix proto-loader declaration in grpc-js devDependencies
1 parent 7b74d51 commit 5d8d5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types": "build/src/index.d.ts",
1616
"license": "Apache-2.0",
1717
"devDependencies": {
18-
"@grpc/proto-loader": "../proto-loader",
18+
"@grpc/proto-loader": "file:../proto-loader",
1919
"@types/gulp": "^4.0.6",
2020
"@types/gulp-mocha": "0.0.32",
2121
"@types/lodash": "^4.14.186",

0 commit comments

Comments
 (0)