Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 29, 2024
1 parent 8a5424c commit 1c0293b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auth_browser/lib/auth_browser.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Deprecated('This package will receive no further updates.')
library tekartik_firebase_auth_browser_deprecated;
library;

import 'package:tekartik_firebase_auth/auth.dart';
import 'package:tekartik_firebase_auth_browser/src/auth_browser.dart'
Expand Down
2 changes: 1 addition & 1 deletion auth_browser/test/auth_browser_api_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_auth_browser.test.auth_browser_api_test;
library;

import 'package:tekartik_firebase_auth_browser/auth_browser_api.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 1 addition & 1 deletion auth_browser/test/auth_browser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library tekartik_firebase_auth_browser.auth_browser_test;
library;

// ignore: deprecated_member_use_from_same_package
import 'package:tekartik_firebase_auth_browser/auth_browser.dart'
Expand Down
2 changes: 1 addition & 1 deletion auth_jwt/lib/auth_jwt.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library auth_jwt;
library;

export 'package:tekartik_firebase_auth_jwt/src/auth_info.dart'
show
Expand Down
2 changes: 1 addition & 1 deletion auth_local/test/auth_local_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library tekartik_firebase_sembast.firebase_sembast_memory_test;
library;

import 'package:tekartik_firebase_auth/utils/json_utils.dart';
import 'package:tekartik_firebase_auth_local/auth_local.dart';
Expand Down

0 comments on commit 1c0293b

Please sign in to comment.