Skip to content

Commit

Permalink
populate the pubspec repository field (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 3, 2022
1 parent 8ae724c commit 24151fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.9.1-dev

* Populate the pubspec `repository` field.

# 1.9.0

* Add `SourceSpanWithContextExtension.subspan` that returns a
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Dart CI](https://github.com/dart-lang/source_span/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/source_span/actions/workflows/test-package.yml)
[![pub package](https://img.shields.io/pub/v/source_span.svg)](https://pub.dev/packages/source_span)
[![package publisher](https://img.shields.io/pub/publisher/source_span.svg)](https://pub.dev/packages/source_span/publisher)

`source_span` is a library for tracking locations in source code. It's designed
to provide a standard representation for source code locations and spans so that
disparate packages can easily pass them among one another, and to make it easy
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: source_span
version: 1.9.0

version: 1.9.1-dev
description: A library for identifying source spans and locations.
homepage: https://github.com/dart-lang/source_span
repository: https://github.com/dart-lang/source_span

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 24151fd

Please sign in to comment.