Skip to content

Commit

Permalink
misc cleanup of yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 30, 2023
1 parent 40a46d8 commit bfa09fc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration for .github/workflows/pull_request_label.yml.
# Configuration for .github/workflows/pull_request_label.yml.

'infra':
'type-infra':
- '.github/**'

'package:cronet_http':
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cronet_http
description: >
An Android Flutter plugin that provides access to the Cronet HTTP client.
version: 0.4.3-wip
description: >-
An Android Flutter plugin that provides access to the Cronet HTTP client.
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

environment:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: cupertino_http
description: >
version: 1.1.1-wip
description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
version: 1.1.1-wip
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http

environment:
Expand Down
3 changes: 1 addition & 2 deletions pkgs/flutter_http_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_http_example
version: 1.0.0
description: Demonstrates how to use package:http in a Flutter app.

publish_to: 'none'

version: 1.0.0

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down
3 changes: 2 additions & 1 deletion pkgs/http_client_conformance_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: http_client_conformance_tests
description: >-
A library that tests whether implementations of package:http's `Client` class
behave as expected.
publish_to: none
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_client_conformance_tests

publish_to: none

environment:
sdk: ^3.0.0

Expand Down
7 changes: 4 additions & 3 deletions pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: http_profile
description: >-
A library used by HTTP client authors to integrate with the DevTools
Network tab.
publish_to: none
A library used by HTTP client authors to integrate with the DevTools Network
tab.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile

publish_to: none

environment:
sdk: ^3.0.0

Expand Down
4 changes: 3 additions & 1 deletion pkgs/java_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: java_http
description: A Dart package for making HTTP requests using java.net.HttpURLConnection.
version: 0.0.1
description: >-
A Dart package for making HTTP requests using java.net.HttpURLConnection.
repository: https://github.com/dart-lang/http/tree/master/pkgs/java_http

publish_to: none

environment:
Expand Down

0 comments on commit bfa09fc

Please sign in to comment.