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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 name: telemetry
2 description: A library to facilitate reporting analytics and crash reports.
3 version: 0.0.1
kevmoo 2017/06/23 21:01:05 0.0.1-dev
devoncarew 2017/06/26 15:53:46 Done.
4 author: Dart Team <misc@dartlang.org>
5
6 environment:
7 sdk: '>=1.0.0 <2.0.0'
8
9 dependencies:
10 http: ^0.11.3+12
11 stack_trace: ^1.7.0
12 path: ^1.4.0
kevmoo 2017/06/23 21:01:05 sort: p before s
devoncarew 2017/06/26 15:53:46 Done.
13 usage: ^3.2.0
14
15 dev_dependencies:
16 test: ^0.12.0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698