Skip to content

Commit 67d64c7

Browse files
authored
Describe this as "a package" and not "a library". (dart-archive/test_process#5)
Closes dart-lang/test_process#4
1 parent a30d160 commit 67d64c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/test_process/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A library for testing subprocesses.
1+
A package for testing subprocesses.
22

33
This exposes a [`TestProcess`][TestProcess] class that wraps `dart:io`'s
44
[`Process`][Process] class and makes it easy to read standard output

pkgs/test_process/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: test_process
22
version: 1.0.0
3-
description: A library for testing subprocesses.
3+
description: A package for testing subprocesses.
44
author: Dart Team <misc@dartlang.org>
55
homepage: https://github.com/dart-lang/test_process
66

0 commit comments

Comments
 (0)