Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 8a75e0a

Browse files
authored
update the repo readmes to indicate the new package locations (#245)
1 parent 6842fea commit 8a75e0a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Dart](https://github.com/google/file.dart/actions/workflows/file.yml/badge.svg)](https://github.com/google/file.dart/actions/workflows/file.yml)
1+
> [!NOTE]
2+
> The source-of-truth for these packages has moved to https://github.com/dart-lang/tools.
23
34
A monorepo for the `package:file` and `package:file_testing` packages.
45

packages/file/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
[![pub package](https://img.shields.io/pub/v/file.svg)](https://pub.dev/packages/file)
2-
[![package publisher](https://img.shields.io/pub/publisher/file.svg)](https://pub.dev/packages/file/publisher)
1+
> [!NOTE]
2+
> The source-of-truth for this package has moved to https://github.com/dart-lang/tools.
3+
4+
## package:file
35

46
A generic file system abstraction for Dart.
57

packages/file_testing/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![pub package](https://img.shields.io/pub/v/file_testing.svg)](https://pub.dev/packages/file_testing)
1+
> [!NOTE]
2+
> The source-of-truth for this package has moved to https://github.com/dart-lang/tools.
3+
4+
## package:file_testing
25

36
Testing utilities intended to work with `package:file`
47

0 commit comments

Comments
 (0)