Chromium Code Reviews| Index: pkg/source_maps/pubspec.yaml |
| diff --git a/pkg/source_maps/pubspec.yaml b/pkg/source_maps/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a559b5850eccef8eab69249b839d0712bdbc3c59 |
| --- /dev/null |
| +++ b/pkg/source_maps/pubspec.yaml |
| @@ -0,0 +1,6 @@ |
| +name: source_maps |
| +author: "Dart Team <misc@dartlang.org>" |
| +homepage: https://github.com/dart-lang/source-maps |
| +description: Library to programmatically manipulate source map files. |
| +dev_dependencies: |
| + unittest: any |