Skip to content

Commit

Permalink
populate the pubspec repository field (dart-lang#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored May 3, 2022
1 parent 9837ac8 commit 6579871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.1.1-dev

* Populate the pubspec `repository` field.

## 1.1.0

* Stable release for null safety.
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,4 +11,4 @@ dependencies:

dev_dependencies:
lints: ^1.0.0
test: ^1.16.0
test: ^1.16.0

0 comments on commit 6579871

Please sign in to comment.