Skip to content

Commit

Permalink
Add sponsor to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 20, 2023
1 parent 244aead commit b44d406
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"binaries",
"npm",
"path",
"local"
"local",
"zx"
],
"dependencies": {
"cross-spawn": "^7.0.3",
Expand Down
31 changes: 31 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@

> Process execution for humans
<br>

---

<div align="center">
<p>
<p>
<sup>
<a href="https://github.com/sponsors/sindresorhus">Sindre's open source work is supported by the community</a>
</sup>
</p>
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://dashcam.io?ref=sindresorhus_execa">
<div>
<img src="https://sindresorhus.com/assets/thanks/dashcam-logo.png" width="280" alt="Dashcam">
</div>
<b>Never miss another bug</b>
<div>
<sup>Capture the steps to reproduce every bug, every time, with Dashcam for desktop.</sup>
</div>
</a>
<br>
</p>
</div>

---

<br>

## Why

This package improves [`child_process`](https://nodejs.org/api/child_process.html) methods with:
Expand Down

0 comments on commit b44d406

Please sign in to comment.