ec47e524bc
After some discussion, we decided that it's not necessary to publish alpha versions when making non-breaking changes. (The rationale for publishing alpha versions is to minimize the number of breaking changes, since breaking changes to a popular package can potentially slow down pub's version solver, but this is not an issue for non-breaking changes). Change-Id: I3f4f975712af43b6b0475f2c68dc430c394454cb Reviewed-on: https://dart-review.googlesource.com/57140 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
28 lines
650 B
YAML
28 lines
650 B
YAML
name: analyzer
|
|
version: 0.32.1
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Static analyzer for Dart.
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
|
|
environment:
|
|
sdk: '>=2.0.0-dev.48.0 <2.0.0'
|
|
dependencies:
|
|
args: '>=0.12.1 <2.0.0'
|
|
charcode: ^1.1.0
|
|
collection: ^1.10.1
|
|
convert: ^2.0.0
|
|
crypto: '>=1.1.1 <3.0.0'
|
|
front_end: 0.1.1
|
|
glob: ^1.0.3
|
|
html: '>=0.12.0 <1.14.0'
|
|
kernel: 0.3.1
|
|
meta: ^1.0.2
|
|
package_config: '>=0.1.5 <2.0.0'
|
|
path: '>=0.9.0 <2.0.0'
|
|
plugin: ^0.2.0
|
|
source_span: ^1.2.0
|
|
watcher: '>=0.9.6 <0.10.0'
|
|
yaml: ^2.1.2
|
|
dev_dependencies:
|
|
test: ^0.12.0
|
|
test_reflective_loader: ^0.1.0
|