mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:07:11 +00:00
9637ef7205
Change-Id: I1ff5a123065f6b500cfc4cb12ce5dfd387c6cfaa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240912 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
18 lines
299 B
YAML
18 lines
299 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'
|
|
|
|
dependencies:
|
|
analyzer:
|
|
path: ../analyzer
|
|
html: any
|
|
meta:
|
|
path: ../meta
|
|
path: any
|
|
test: any
|
|
|
|
dev_dependencies:
|
|
lints: any
|