From 94ae70ac287275430357a44a49102e0c66e1b96a Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Fri, 22 Mar 2024 08:27:29 +1100 Subject: [PATCH] removed publish_to keys used during testing. --- dcli/test/test_script/general/pubspec.yaml | 1 - dcli_common/pubspec.yaml | 1 - template/project/full/pubspec.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/dcli/test/test_script/general/pubspec.yaml b/dcli/test/test_script/general/pubspec.yaml index 2365acd8..fdab5bc7 100644 --- a/dcli/test/test_script/general/pubspec.yaml +++ b/dcli/test/test_script/general/pubspec.yaml @@ -1,7 +1,6 @@ name: general description: used for testing. version: 1.0.0 -publish_to: none environment: sdk: '>=3.0.0 <4.0.0' diff --git a/dcli_common/pubspec.yaml b/dcli_common/pubspec.yaml index 779360ce..96785384 100644 --- a/dcli_common/pubspec.yaml +++ b/dcli_common/pubspec.yaml @@ -1,6 +1,5 @@ name: dcli_common version: 4.0.1-alpha.10 -publish_to: https://onepub.dev/api/jbbxpsdavu/ description: Common code used by multiple dcli packages. repository: https://github.com/onepub-dev/dcli environment: diff --git a/template/project/full/pubspec.yaml b/template/project/full/pubspec.yaml index e226b7d4..1464176f 100644 --- a/template/project/full/pubspec.yaml +++ b/template/project/full/pubspec.yaml @@ -1,6 +1,5 @@ name: full version: 0.0.1 -publish_to: https://beta.onepub.dev/api/jbbxpsdavu/ description: A sample command-line application that installs and runs mailhog environment: flutter: