Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pubspec 'repository' fields to the pubspecs #1690

Merged
merged 1 commit into from Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: test
version: 1.21.0
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/blob/master/pkgs/test
repository: https://github.com/dart-lang/test/tree/master/pkgs/test

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/pubspec.yaml
@@ -1,7 +1,7 @@
name: test_api
version: 0.4.10-dev
description: A library for writing Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
@@ -1,7 +1,7 @@
name: test_core
version: 0.4.13
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down