| Index: pkg/oauth2/lib/oauth2.dart
|
| diff --git a/pkg/oauth2/lib/oauth2.dart b/pkg/oauth2/lib/oauth2.dart
|
| deleted file mode 100644
|
| index cb3c59232f7c9adf65983b79425096ac4152278f..0000000000000000000000000000000000000000
|
| --- a/pkg/oauth2/lib/oauth2.dart
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -library oauth2;
|
| -
|
| -export 'src/authorization_code_grant.dart';
|
| -export 'src/client.dart';
|
| -export 'src/credentials.dart';
|
| -export 'src/authorization_exception.dart';
|
| -export 'src/expiration_exception.dart';
|
|
|