diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8f1e6ed3..8497dd32 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,7 @@ name: shorebird_cli -description: The shorebird command-line tool +description: The Shorebird command-line allows developers to interact with various Shorebird services. version: 0.0.1 +repository: https://github.com/shorebirdtech/shorebird publish_to: none @@ -10,7 +11,7 @@ environment: dependencies: archive: ^3.3.6 args: ^2.3.1 - cli_completion: ^0.2.0 + cli_completion: ^0.3.0 cli_util: ^0.4.0 mason_logger: ^0.2.4 path: ^1.8.3 diff --git a/packages/shorebird_code_push_api/pubspec.yaml b/packages/shorebird_code_push_api/pubspec.yaml index 1561032f..27465271 100644 --- a/packages/shorebird_code_push_api/pubspec.yaml +++ b/packages/shorebird_code_push_api/pubspec.yaml @@ -1,6 +1,8 @@ name: shorebird_code_push_api -description: The Shorebird CodePush API +description: Server which exposes endpoints to support CodePush for Flutter applications version: 0.1.0+1 +repository: https://github.com/shorebirdtech/shorebird + publish_to: none environment: diff --git a/packages/shorebird_code_push_api_client/pubspec.yaml b/packages/shorebird_code_push_api_client/pubspec.yaml index 7ca956b9..b8c38a0d 100644 --- a/packages/shorebird_code_push_api_client/pubspec.yaml +++ b/packages/shorebird_code_push_api_client/pubspec.yaml @@ -1,6 +1,8 @@ name: shorebird_code_push_api_client -description: The Shorebird CodePush API Client +description: Library which allows Dart applications to interact with the ShoreBird CodePush API version: 0.1.0+1 +repository: https://github.com/shorebirdtech/shorebird + publish_to: none environment: