mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
dd63e54e2c
Change-Id: I6f41efb2432ebd4a6a03638d5db0937f20386200 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/261440 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
16 lines
383 B
YAML
16 lines
383 B
YAML
name: analyzer_utilities
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analyzer: any
|
|
path: any
|
|
test: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|