update authors and readme (#3)

This commit is contained in:
Yegor
2017-08-14 17:29:23 -07:00
committed by GitHub
parent 56d544a620
commit e3945aa128
3 changed files with 9 additions and 3 deletions

6
AUTHORS Normal file
View File

@ -0,0 +1,6 @@
# Below is a list of people and organizations that have contributed
# to package:sentry. Names should be added to the list like so:
#
# Name/Organization <email address>
Google Inc.

View File

@ -1,6 +1,6 @@
# Sentry.io client for Dart
[![Build Status](https://travis-ci.org/yjbanov/sentry.svg?branch=master)](https://travis-ci.org/yjbanov/sentry)
[![Build Status](https://travis-ci.org/flutter/sentry.svg?branch=master)](https://travis-ci.org/flutter/sentry)
**WARNING: experimental code**

View File

@ -1,8 +1,8 @@
name: sentry
version: 0.0.5
description: A pure Dart Sentry.io client.
author: Yegor Jbanov <yjbanov@google.com>
homepage: https://github.com/yjbanov/sentry
author: Flutter Authors <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/sentry
dependencies:
http: ">=0.11.3+13 <2.0.0"