Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit b031e2c

Browse files
authored
Update README.md (#69)
* Update README.md * update the changelog
1 parent c7e8963 commit b031e2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.10.11
22

33
* Populate the pubspec `repository` field.
4+
* Update the source map documentation link in the readme.
45

56
## 0.10.10
67

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Some upcoming features we are planning to add to this package are:
2626
instance, if you have 2 tools that produce source maps and you call one with
2727
the result of the other.
2828

29-
[closure]: http://code.google.com/p/closure-compiler/wiki/SourceMaps
29+
[closure]: https://github.com/google/closure-compiler/wiki/Source-Maps
3030
[spec]: https://docs.google.com/a/google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: source_maps
22
version: 0.10.11
3-
description: Library to programmatically manipulate source map files.
3+
description: A library to programmatically manipulate source map files.
44
repository: https://github.com/dart-lang/source_maps
55

66
environment:

0 commit comments

Comments
 (0)