mirror of https://github.com/grpc/grpc-dart.git
fix spelling of repository, add missing dev_dependency on pkg:path (#449)
This commit is contained in:
parent
97b8e47224
commit
afea2e71d8
|
|
@ -3,7 +3,7 @@ description: Dart implementation of gRPC, a high performance, open-source univer
|
|||
|
||||
version: 3.0.0-nullsafety.0
|
||||
|
||||
respository: https://github.com/grpc/grpc-dart
|
||||
repository: https://github.com/grpc/grpc-dart
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
|
|
@ -23,6 +23,7 @@ dev_dependencies:
|
|||
build_runner: ^1.11.0
|
||||
build_test: ^1.3.4
|
||||
mockito: ^5.0.0-nullsafety.5
|
||||
path: ^1.8.0-nullsafety.3
|
||||
test: ^1.16.0-nullsafety.16
|
||||
stream_channel: ^2.1.0-nullsafety.3
|
||||
stream_transform: ^2.0.0-nullsafety
|
||||
|
|
|
|||
Loading…
Reference in New Issue