Skip to content

Commit

Permalink
add pubspec 'repository' fields to the pubspecs (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 18, 2022
1 parent e0d2645 commit af8a9b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit af8a9b2

Please sign in to comment.