Skip to content

Commit 79ad557

Browse files
authored
Remove pubspec author, fix URL in readme (flutter#71)
1 parent 6e50704 commit 79ad557

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/dart-lang/package_config.svg?branch=master)](https://travis-ci.org/dart-lang/package_config)
2-
[![pub package](https://img.shields.io/pub/v/package_config.svg)](https://pub.dartlang.org/packages/package_config)
2+
[![pub package](https://img.shields.io/pub/v/package_config.svg)](https://pub.dev/packages/package_config)
33

44
Support for working with **Package Configuration** files as described
55
in the Package Configuration v2 [design document](https://github.com/dart-lang/language/blob/master/accepted/future-releases/language-versioning/package-config-file-v2.md).

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: package_config
22
version: 1.9.0-dev
33
description: Support for working with Package Configuration files.
4-
author: Dart Team <[email protected]>
54
homepage: https://github.com/dart-lang/package_config
65

76
environment:

0 commit comments

Comments
 (0)