mirror of https://github.com/grpc/grpc-dart.git
removed version from example pubspecs (#90)
This commit is contained in:
parent
b8e5c5c2c5
commit
7428ab3b51
|
@ -1,6 +1,5 @@
|
|||
name: googleapis
|
||||
description: Dart gRPC client sample for Google APIs
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: helloworld
|
||||
description: Dart gRPC sample client and server.
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: metadata
|
||||
description: Dart gRPC sample client and server.
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: route_guide
|
||||
description: Dart gRPC sample client and server.
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: interop
|
||||
description: Dart gRPC interoperability test suite.
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue