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
|
name: googleapis
|
||||||
description: Dart gRPC client sample for Google APIs
|
description: Dart gRPC client sample for Google APIs
|
||||||
version: 0.0.1
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: helloworld
|
name: helloworld
|
||||||
description: Dart gRPC sample client and server.
|
description: Dart gRPC sample client and server.
|
||||||
version: 0.0.1
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: metadata
|
name: metadata
|
||||||
description: Dart gRPC sample client and server.
|
description: Dart gRPC sample client and server.
|
||||||
version: 0.0.1
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: route_guide
|
name: route_guide
|
||||||
description: Dart gRPC sample client and server.
|
description: Dart gRPC sample client and server.
|
||||||
version: 0.0.1
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: interop
|
name: interop
|
||||||
description: Dart gRPC interoperability test suite.
|
description: Dart gRPC interoperability test suite.
|
||||||
version: 0.0.1
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue