diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a76ec9..d1a0e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 1.1.1-dev +* Populate the pubspec `repository` field. + ## 1.1.0 * Stable release for null safety. diff --git a/pubspec.yaml b/pubspec.yaml index 02136e3..872d47c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: string_scanner version: 1.1.1-dev - description: A class for parsing strings using a sequence of patterns. -homepage: https://github.com/dart-lang/string_scanner +repository: https://github.com/dart-lang/string_scanner environment: sdk: ">=2.12.0 <3.0.0" @@ -12,4 +11,4 @@ dependencies: dev_dependencies: lints: ^1.0.0 - test: ^1.16.0 \ No newline at end of file + test: ^1.16.0