| Index: pkg/checked_mirrors/pubspec.yaml
|
| diff --git a/pkg/checked_mirrors/pubspec.yaml b/pkg/checked_mirrors/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f62d80c7798669386639e9bd05ec7df2aa3c187d
|
| --- /dev/null
|
| +++ b/pkg/checked_mirrors/pubspec.yaml
|
| @@ -0,0 +1,13 @@
|
| +name: checked_mirrors
|
| +version: 0.1.0
|
| +author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| +description: >
|
| + A wrapper on top of dart:mirrors that can check whether @MirrorsUsed is
|
| + missing in your application.
|
| +homepage: https://www.dartlang.org/
|
| +dependencies:
|
| + logging: ">=0.9.1 <0.10.0"
|
| +dev_dependencies:
|
| + unittest: ">=0.9.2+1 <0.10.0"
|
| +environment:
|
| + sdk: ">=1.1.0-dev.5.0 <2.0.0"
|
|
|