| Index: pkg/analysis_server_client/pubspec.yaml
|
| diff --git a/pkg/analysis_server_client/pubspec.yaml b/pkg/analysis_server_client/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25ea57e87a0b7ed20f54d63f856a8ff39743c216
|
| --- /dev/null
|
| +++ b/pkg/analysis_server_client/pubspec.yaml
|
| @@ -0,0 +1,13 @@
|
| +name: analysis_server_client
|
| +version: 1.0.1
|
| +author: Dart Team <misc@dartlang.org>
|
| +description:
|
| + A client wrapper over analysis_server. Instances of this client
|
| + manage a connection to the analysis_server process and
|
| + facilitates communication to and from the server.
|
| +homepage: http://github.com/dart-lang/sdk/pkg/analysis_server_client
|
| +dev_dependencies:
|
| + test: ">=0.12.0 <0.13.0"
|
| + mockito: ^2.0.2
|
| +environment:
|
| + sdk: ">=1.0.0 < 2.0.0-dev.infinity"
|
|
|