mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
8fa8d1f1f1
Change-Id: If3228bf1fbd24837272336c09c4c8b1693670222 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250782 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
18 lines
475 B
YAML
18 lines
475 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'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
front_end: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|
|
test: any
|