Skip to content

Commit 7bda08a

Browse files
committed
docs: update package description and library documentation
- Update package description in pubspec.yaml - Enhance library documentation in ht_email_repository.dart - Remove unnecessary lines and improve code readability
1 parent 4af597c commit 7bda08a

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

lib/ht_email_repository.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/// A Very Good Project created by Very Good CLI.
1+
/// A Dart package providing a repository layer for email operations
2+
/// within the Headlines Toolkit ecosystem.
23
library;
34

45
export 'src/ht_email_repository.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ht_email_repository
2-
description: ...
2+
description: A Dart package providing a repository layer for email operations within the Headlines Toolkit ecosystem.
33
repository: https://github.com/headlines-toolkit/ht-email-repository
44
publish_to: none
55

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
// ignore_for_file: prefer_const_constructors
2-
import 'package:ht_email_repository/ht_email_repository.dart';
3-
import 'package:test/test.dart';
41

5-
void main() {
6-
group('HtEmailRepository', () {
7-
test('can be instantiated', () {
8-
expect(HtEmailRepository(), isNotNull);
9-
});
10-
});
11-
}

0 commit comments

Comments
 (0)