From afea2e71d8d8f59288e42b9641345819464eeb11 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 1 Feb 2021 11:43:22 -0800 Subject: [PATCH] fix spelling of repository, add missing dev_dependency on pkg:path (#449) --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c02e051..0ab9acd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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