Files
sdk/pkg/dartfix/pubspec.yaml
T
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

23 lines
619 B
YAML

name: dartfix
version: 0.1.5-dev
author: Dart Team <misc@dartlang.org>
description:
A tool for migrating Dart source to newer versions of the Dart SDK,
and fixing common issues.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dartfix
executables:
dartfix: fix
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
# pin to an exact version of analysis_server_client because the edit.dartfix protocol
# is experimental and will continue to evolve
analysis_server_client: 1.1.2
args: ^1.4.0
cli_util: ^0.1.3
path: ^1.6.0
pub_semver: ^1.4.2
dev_dependencies:
analyzer: ^0.33.0
test: ^1.3.0