dart-sdk/pkg/analysis_server_client/pubspec.yaml
danrubel 6c680a0ebd Update dartfix readme and update version numbers
* Update the readme to discuss required vs suggested fixes
* Remove the out-of-date options section from the readme
* Update dartfix and analysis_server_client versions and changelog

Change-Id: Ida4b30f9f89eb84a2fe856f61562ff73bf6725da
Reviewed-on: https://dart-review.googlesource.com/c/92153
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2019-02-07 01:16:56 +00:00

16 lines
476 B
YAML

name: analysis_server_client
version: 1.1.2
author: Dart Team <misc@dartlang.org>
description:
A client wrapper over analysis_server.
Instances of the class [Server] manage a connection to a server process,
and facilitate communication to and from the server.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server_client
environment:
sdk: '>=2.1.0-dev.9.0 <3.0.0'
dependencies:
path: ^1.6.2
pub_semver: ^1.4.2
dev_dependencies:
test: ^1.3.4