2018-06-26 22:17:08 +00:00
|
|
|
name: smith
|
|
|
|
description: Shared code for working with the Dart SDK's tests and test runner.
|
2020-06-23 10:34:09 +00:00
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
2019-06-14 23:35:10 +00:00
|
|
|
publish_to: none
|
2022-05-27 01:34:59 +00:00
|
|
|
|
2019-06-14 23:35:10 +00:00
|
|
|
environment:
|
2022-05-27 01:34:59 +00:00
|
|
|
sdk: '^2.12.0'
|
|
|
|
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
2018-06-26 22:17:08 +00:00
|
|
|
dev_dependencies:
|
2022-05-17 01:22:25 +00:00
|
|
|
expect: any
|
2022-07-06 22:29:24 +00:00
|
|
|
lints: any
|