Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: pkg/telemetry/pubspec.yaml

Issue 2954733002: Add initial version of analytics and crash reporting package. (Closed)
Patch Set: update readme Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/telemetry/pubspec.yaml
diff --git a/pkg/telemetry/pubspec.yaml b/pkg/telemetry/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d9b7b1c53570645d095ae2454c1dd83cb31ce264
--- /dev/null
+++ b/pkg/telemetry/pubspec.yaml
@@ -0,0 +1,16 @@
+name: telemetry
+description: A library to facilitate reporting analytics and crash reports.
+version: 0.0.1
kevmoo 2017/06/23 21:01:05 0.0.1-dev
devoncarew 2017/06/26 15:53:46 Done.
+author: Dart Team <misc@dartlang.org>
+
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+
+dependencies:
+ http: ^0.11.3+12
+ stack_trace: ^1.7.0
+ path: ^1.4.0
kevmoo 2017/06/23 21:01:05 sort: p before s
devoncarew 2017/06/26 15:53:46 Done.
+ usage: ^3.2.0
+
+dev_dependencies:
+ test: ^0.12.0

Powered by Google App Engine
This is Rietveld 408576698