diff --git a/pkg/_js_interop_checks/pubspec.yaml b/pkg/_js_interop_checks/pubspec.yaml index abca5795e57..336d4331b3c 100644 --- a/pkg/_js_interop_checks/pubspec.yaml +++ b/pkg/_js_interop_checks/pubspec.yaml @@ -1,4 +1,5 @@ name: _js_interop_checks +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml index 03a88e3d248..d82ba92df27 100644 --- a/pkg/analysis_server/pubspec.yaml +++ b/pkg/analysis_server/pubspec.yaml @@ -1,4 +1,5 @@ name: analysis_server +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/analysis_tool/pubspec.yaml b/pkg/analysis_tool/pubspec.yaml index 57ab3eeaf4f..32199b32d2f 100644 --- a/pkg/analysis_tool/pubspec.yaml +++ b/pkg/analysis_tool/pubspec.yaml @@ -1,4 +1,5 @@ name: analysis_tool +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/analyzer_cli/pubspec.yaml b/pkg/analyzer_cli/pubspec.yaml index 295f5cf3e19..06a9e278eb9 100644 --- a/pkg/analyzer_cli/pubspec.yaml +++ b/pkg/analyzer_cli/pubspec.yaml @@ -1,5 +1,6 @@ name: analyzer_cli description: Command line interface for the Dart Analyzer. +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: "^2.7.0" diff --git a/pkg/async_helper/pubspec.yaml b/pkg/async_helper/pubspec.yaml index 9497752af42..817b5feed15 100644 --- a/pkg/async_helper/pubspec.yaml +++ b/pkg/async_helper/pubspec.yaml @@ -1,5 +1,5 @@ name: async_helper -# This package is not intended to be published +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none description: >- Async_helper is used for asynchronous tests that do not want to diff --git a/pkg/build_integration/pubspec.yaml b/pkg/build_integration/pubspec.yaml index 722a2840e19..7d5fb5db079 100644 --- a/pkg/build_integration/pubspec.yaml +++ b/pkg/build_integration/pubspec.yaml @@ -2,7 +2,7 @@ name: build_integration description: > Libraries for integrating Dart tools with build systems like bazel and build_runner. -# This package is not intended to be published - yet +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml index 2bc338ef895..80667e65a66 100644 --- a/pkg/compiler/pubspec.yaml +++ b/pkg/compiler/pubspec.yaml @@ -1,6 +1,7 @@ # This pubspec is currently mainly used to make it easier to develop on dart2js # by making it a standalone package. name: compiler +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: '>=2.6.0 <3.0.0' diff --git a/pkg/dart2js_tools/pubspec.yaml b/pkg/dart2js_tools/pubspec.yaml index 294d05fc536..d007dbebe10 100644 --- a/pkg/dart2js_tools/pubspec.yaml +++ b/pkg/dart2js_tools/pubspec.yaml @@ -1,4 +1,5 @@ name: dart2js_tools +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none description: > Collection of tools used with dart2js including analyzing compilation diff --git a/pkg/dart2native/pubspec.yaml b/pkg/dart2native/pubspec.yaml index c89834f8b8a..3bdd2c5ef3a 100644 --- a/pkg/dart2native/pubspec.yaml +++ b/pkg/dart2native/pubspec.yaml @@ -1,4 +1,5 @@ name: dart2native +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/dartdev/pubspec.yaml b/pkg/dartdev/pubspec.yaml index a71d68cb4a5..9895c117bc7 100644 --- a/pkg/dartdev/pubspec.yaml +++ b/pkg/dartdev/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdev -# This package is not intended to be published +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/dev_compiler/pubspec.yaml b/pkg/dev_compiler/pubspec.yaml index 4dc3d73c189..a4e9b896bc2 100644 --- a/pkg/dev_compiler/pubspec.yaml +++ b/pkg/dev_compiler/pubspec.yaml @@ -1,4 +1,5 @@ name: dev_compiler +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/diagnostic/pubspec.yaml b/pkg/diagnostic/pubspec.yaml index 98411d48112..b42e69b0f9a 100644 --- a/pkg/diagnostic/pubspec.yaml +++ b/pkg/diagnostic/pubspec.yaml @@ -1,4 +1,5 @@ name: diagnostic +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none author: Dart Team description: Diagnostics for Dart diff --git a/pkg/expect/pubspec.yaml b/pkg/expect/pubspec.yaml index 595d26caf6e..60226bbda93 100644 --- a/pkg/expect/pubspec.yaml +++ b/pkg/expect/pubspec.yaml @@ -1,4 +1,5 @@ name: expect +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none description: > Expect is used for tests that do not want to make use of the diff --git a/pkg/frontend_server/pubspec.yaml b/pkg/frontend_server/pubspec.yaml index 2effb3bfb73..f6821599e75 100644 --- a/pkg/frontend_server/pubspec.yaml +++ b/pkg/frontend_server/pubspec.yaml @@ -1,7 +1,7 @@ -# This package is not intended to be published. name: frontend_server -# version: do-not-upload 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" diff --git a/pkg/js_ast/pubspec.yaml b/pkg/js_ast/pubspec.yaml index 8db366ac810..7349f5781b3 100644 --- a/pkg/js_ast/pubspec.yaml +++ b/pkg/js_ast/pubspec.yaml @@ -1,4 +1,5 @@ name: js_ast +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/modular_test/pubspec.yaml b/pkg/modular_test/pubspec.yaml index 39f65c82646..e0a48d01789 100644 --- a/pkg/modular_test/pubspec.yaml +++ b/pkg/modular_test/pubspec.yaml @@ -1,4 +1,5 @@ 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. diff --git a/pkg/smith/pubspec.yaml b/pkg/smith/pubspec.yaml index abd81b34d5d..f88a2d35084 100644 --- a/pkg/smith/pubspec.yaml +++ b/pkg/smith/pubspec.yaml @@ -1,8 +1,6 @@ name: smith -author: Dart Team description: Shared code for working with the Dart SDK's tests and test runner. -homepage: http://www.dartlang.org -# This package is not intended to be published. +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: "^2.3.0" diff --git a/pkg/sourcemap_testing/pubspec.yaml b/pkg/sourcemap_testing/pubspec.yaml index 070ea6786ec..f1d11f0d424 100644 --- a/pkg/sourcemap_testing/pubspec.yaml +++ b/pkg/sourcemap_testing/pubspec.yaml @@ -1,5 +1,6 @@ # Helper package for testing sourcemaps. Used by ddc and dart2js. name: sourcemap_testing +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: diff --git a/pkg/status_file/pubspec.yaml b/pkg/status_file/pubspec.yaml index 4eb3bccdb5e..ae78d40ac27 100644 --- a/pkg/status_file/pubspec.yaml +++ b/pkg/status_file/pubspec.yaml @@ -1,5 +1,5 @@ name: status_file -# This package is not intended to be published. +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: "^2.3.0" diff --git a/pkg/telemetry/pubspec.yaml b/pkg/telemetry/pubspec.yaml index 8084a84854f..c3ba85f9df1 100644 --- a/pkg/telemetry/pubspec.yaml +++ b/pkg/telemetry/pubspec.yaml @@ -1,5 +1,6 @@ name: telemetry description: A library to facilitate reporting analytics and crash reports. +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none author: Dart Team diff --git a/pkg/test_runner/pubspec.yaml b/pkg/test_runner/pubspec.yaml index b927d5b6fea..a840b280347 100644 --- a/pkg/test_runner/pubspec.yaml +++ b/pkg/test_runner/pubspec.yaml @@ -3,6 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: test_runner +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: "^2.3.0" diff --git a/pkg/testing/pubspec.yaml b/pkg/testing/pubspec.yaml index 9811fa78cb3..f012946a943 100644 --- a/pkg/testing/pubspec.yaml +++ b/pkg/testing/pubspec.yaml @@ -1,6 +1,7 @@ # This pubspec is currently mainly used to make it easier to develop by making # it a package. name: testing +# This package is not intended for consumption on pub.dev. DO NOT publish. publish_to: none environment: sdk: '>=2.0.0 <3.0.0' diff --git a/pkg/vm/pubspec.yaml b/pkg/vm/pubspec.yaml index 27d6379d38c..ba7b71931ed 100644 --- a/pkg/vm/pubspec.yaml +++ b/pkg/vm/pubspec.yaml @@ -1,7 +1,7 @@ -# This package is not intended to be published. name: vm -# version: do-not-upload description: VM specific Dart code and helper scripts +# This package is not intended for consumption on pub.dev. DO NOT publish. +publish_to: none environment: sdk: "^2.7.0"