dart-sdk/pkg/frontend_server/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

23 lines
423 B
YAML

name: frontend_server
description: A resident kernel compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"
dependencies:
build_integration:
path: ../build_integration
vm:
path: ../vm
dev_compiler:
path: ../dev_compiler
front_end: ^0.1.6
kernel: ^0.3.6
args: ^1.4.4
package_config: ^1.9.0
dev_dependencies:
test: any