Chromium Code Reviews| Index: pkg/source_maps/pubspec.yaml |
| diff --git a/pkg/source_maps/pubspec.yaml b/pkg/source_maps/pubspec.yaml |
| index 80c7e7f2584f76b6a3f0f9998ca5ebecef71d1bb..793632353a2df97c6e3902a38e7a9e395210416b 100644 |
| --- a/pkg/source_maps/pubspec.yaml |
| +++ b/pkg/source_maps/pubspec.yaml |
| @@ -1,4 +1,12 @@ |
| name: source_maps |
| + |
| +# Note! This version is referenced directly in the pub source code in |
|
Bob Nystrom
2014/06/26 16:37:33
"version" -> "version number".
nweiz
2014/06/26 20:03:48
Done.
|
| +# lib/src/barback.dart. Pub implicitly places a version constraint on |
| +# source_maps to ensure users only select a version of source_maps that works |
| +# with their current version of pub. |
| +# |
| +# When the minor version is upgraded, you *must* update that version constraint |
| +# in pub to stay in sync with this. |
| version: 0.9.2+2 |
| author: Dart Team <misc@dartlang.org> |
| description: Library to programmatically manipulate source map files. |