dart-sdk/pkg/build_integration/pubspec.yaml
Alexander Markov 63996d01d6 Migrate pkg/build_integration to null safety
Change-Id: I68317dda1df374ed1f2c7470dd5d6589439f9aae
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/207205
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2021-07-17 15:45:04 +00:00

17 lines
341 B
YAML

name: build_integration
description: >
Libraries for integrating Dart tools with build systems like bazel
and build_runner.
# 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:
front_end:
path: ../front_end
dev_dependencies:
test: any