@tsmodule/tsmodule 40.19.0 → 41.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -132,7 +132,7 @@ Below are some example use cases of TS modules in practice.
132
132
 
133
133
  The most common type of library will be a TS module with generic TypeScript
134
134
  exports in `src/**/index.ts`, e.g.
135
- [`await-shell`](https://github.com/ctjlewis/await-shell), a Promise wrapper
135
+ [`universal-shell`](https://github.com/ctjlewis/universal-shell), a Promise wrapper
136
136
  around `child_process.spawn` that's used in tsmodule itself.
137
137
 
138
138
  This library contains only one export, at `src/index.ts` (a function called