58e1cbe1a7
Change-Id: I3e9b5a4c3f1d31967a503c4caf273b9d8f239095 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/502840 Auto-Submit: Kevin Moore <kevmoo@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
25 lines
502 B
YAML
25 lines
502 B
YAML
name: api_summary
|
|
version: 0.1.0-wip
|
|
description: Creates an API summary for a package.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '^3.12.0-0'
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analyzer: any
|
|
args: any
|
|
collection: any
|
|
path: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
analyzer_testing: any
|
|
dart_flutter_team_lints: any
|
|
test: any
|
|
test_reflective_loader: any
|