fix spelling of repository, add missing dev_dependency on pkg:path (#449)

This commit is contained in:
Kevin Moore 2021-02-01 11:43:22 -08:00 committed by GitHub
parent 97b8e47224
commit afea2e71d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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