Skip to content

Commit

Permalink
Update homepages (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
grouma authored Nov 5, 2018
1 parent 787a60d commit fe6c171
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
version: 1.5.1
author: Dart Team <[email protected]>
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/pkgs/test
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_api
version: 0.2.1
author: Dart Team <[email protected]>
description: A library for writing Dart tests.
homepage: https://github.com/dart-lang/test/pkgs/test_api
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_core
version: 0.2.0
author: Dart Team <[email protected]>
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/pkgs/test_core
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
Expand Down

0 comments on commit fe6c171

Please sign in to comment.