Skip to content

Commit 4a015d2

Browse files
committed
Merge pull request #51 from keithamus/updated-Readme
Update README.md
2 parents 30623e0 + 31dccf5 commit 4a015d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is a super simple npm module to run shell commands in parallel. All
44
processes will share the same stdout/stderr, and if any command exits with a
55
non-zero exit status, the rest are stopped and the exit code carries through.
66

7+
### currently not maintained, see [Consolidation of multiple similar libraries](https://github.com/mysticatea/npm-run-all/issues/10)
8+
79
### Motivation
810

911
**How is this different than:**

0 commit comments

Comments
 (0)