| Index: pkg/status_file/pubspec.yaml
|
| diff --git a/pkg/status_file/pubspec.yaml b/pkg/status_file/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dc78ec3d9796c27913520f9618af7c03b2d46971
|
| --- /dev/null
|
| +++ b/pkg/status_file/pubspec.yaml
|
| @@ -0,0 +1,12 @@
|
| +name: status_file
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Parses status files.
|
| +homepage: http://www.dartlang.org
|
| +#environment:
|
| +# sdk: '>=1.0.0 <2.0.0'
|
| +dependencies:
|
| + path:
|
| + path: ../../third_party/pkg/path
|
| +dev_dependencies:
|
| + expect:
|
| + path: ../expect
|
|
|