| Index: pkg/source_span/pubspec.yaml
|
| diff --git a/pkg/source_span/pubspec.yaml b/pkg/source_span/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..66e5811ac221d0dc65434a2f3138120fa1c061c1
|
| --- /dev/null
|
| +++ b/pkg/source_span/pubspec.yaml
|
| @@ -0,0 +1,12 @@
|
| +name: source_span
|
| +
|
| +version: 1.0.0
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: A library for identifying source spans and locations.
|
| +homepage: http://www.dartlang.org
|
| +dependencies:
|
| + path: '>=1.2.0 <2.0.0'
|
| +environment:
|
| + sdk: '>=0.8.10+6 <2.0.0'
|
| +dev_dependencies:
|
| + unittest: '>=0.9.0 <0.10.0'
|
|
|