dart-sdk/pkg/modular_test/pubspec.yaml
Michael Thomsen f0c87e9f21 Clean up no-publish comments in pubspecs
Change-Id: I6cc1ab404de75cd02183b862842198c85b6d9256
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152005
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-23 10:34:09 +00:00

18 lines
450 B
YAML

name: modular_test
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >
Small framework to test modular pipelines.
This is used within the Dart SDK to define and validate modular tests, and to
execute them using the modular pipeline of different SDK tools.
environment:
sdk: ">=2.2.1 <3.0.0"
dependencies:
package_config: ^1.0.5
yaml: ^2.1.15
dev_dependencies:
args: any
test: any