Chromium Code Reviews| Index: dart_microlytics/pubspec.yaml |
| diff --git a/dart_microlytics/pubspec.yaml b/dart_microlytics/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..113059af74521ceb6bd597f3208a22a82d493667 |
| --- /dev/null |
| +++ b/dart_microlytics/pubspec.yaml |
| @@ -0,0 +1,4 @@ |
| +name: dart_microlytics |
|
ahe
2014/09/02 13:44:24
Missing copyright.
lukechurch
2014/09/02 19:52:37
Done.
|
| +description: A minimal implementation of the Analytics API in pure Dart |
| +dev_dependencies: |
| + unittest: any |