More clean-up prior to publishing

Review-Url: https://codereview.chromium.org/3006633002 .
This commit is contained in:
Brian Wilkerson 2017-08-25 14:11:42 -07:00
parent 41dcc04a80
commit 1f552d8c96
2 changed files with 14 additions and 6 deletions

View file

@ -2,16 +2,17 @@ name: analyzer_plugin
description: A framework for building plugins for the analysis server.
version: 0.0.1-alpha.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
environment:
sdk: '>=1.0.0 <2.0.0'
sdk: '>=1.8.0 <2.0.0'
dependencies:
analyzer: ^0.31.0-alpha.1
charcode: ^1.1.0
html: any
path: any
pub_semver: any
analyzer: '^0.31.0-alpha.1'
charcode: '^1.1.0'
html: '^0.13.1'
path: '^1.4.1'
pub_semver: '^1.3.2'
dev_dependencies:
test_reflective_loader: ^0.1.0

View file

@ -6,9 +6,16 @@ homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=1.12.0 <2.0.0-dev.infinity'
dependencies:
charcode: '^1.1.1'
convert: '^2.0.1'
crypto: '^2.0.2'
dart_style: '^1.0.7'
kernel: 0.3.0-alpha.3
meta: '^1.1.1'
package_config: '^1.0.1'
path: '^1.3.9'
source_span: '^1.2.3'
yaml: '^2.1.12'
dev_dependencies:
analyzer: '>=0.30.0 <0.32.0'
args: '>=0.13.0 <2.0.0'