Skip to content

Commit 2fcf4e0

Browse files
authored
populate the pubspec repository fields (#1586)
1 parent 0591fa8 commit 2fcf4e0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
33
version: 13.1.1-dev
4-
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
54
description: >-
65
A service that proxies between the Chrome debug protocol and the Dart VM
76
service protocol.
7+
repository: https://github.com/dart-lang/webdev/tree/master/dwds
88

99
environment:
1010
sdk: ">=2.16.0 <3.0.0"

frontend_server_client/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ version: 2.1.2
33
description: >-
44
Client code to start and interact with the frontend_server compiler from the
55
Dart SDK.
6-
homepage: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
7-
repository: https://github.com/dart-lang/webdev
6+
repository: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
87

98
environment:
109
sdk: ">=2.12.0 <3.0.0"

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: webdev
33
version: 2.7.9-dev
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
6-
homepage: https://github.com/dart-lang/webdev
76
description: >-
87
A CLI for Dart web development. Provides an easy and consistent set of
98
features for users and tools to build and deploy web applications with Dart.
9+
repository: https://github.com/dart-lang/webdev/tree/master/webdev
1010

1111
environment:
1212
sdk: ">=2.16.0 <3.0.0"

0 commit comments

Comments
 (0)