Skip to content

Commit

Permalink
Move async-execute
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Aug 21, 2024
1 parent 9dc20fd commit 504372c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 187 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Mono repo holding multiple packages
| Name | Description | Link
| --- | --- | ---
| **`array-select`** | [🚬 Extract items from one array into two or more arrays by results of a provided function](./packages/array-select#readme) | [![0.0.0](https://img.shields.io/npm/v/array-select.svg)](https://www.npmjs.com/package/array-select)
| **`async-execute`** | [🦅 Execute command in a child process](./packages/async-execute#readme) | [![1.2.0](https://img.shields.io/npm/v/async-execute.svg)](https://www.npmjs.com/package/async-execute)
| **`await-reduce`** | [Resolve and reduce an array of promises](./packages/await-reduce#readme) | [![1.2.3](https://img.shields.io/npm/v/await-reduce.svg)](https://www.npmjs.com/package/await-reduce)
| **`babelrc`** | [🗼 My own babelrc file (=> ES5)](./packages/babelrc#readme) | [![0.0.7](https://img.shields.io/npm/v/babelrc.svg)](https://www.npmjs.com/package/babelrc)
| **`bench-press`** | [Benchmark operations](./packages/bench-press#readme) | [![1.0.0](https://img.shields.io/npm/v/bench-press.svg)](https://www.npmjs.com/package/bench-press)
Expand Down
3 changes: 0 additions & 3 deletions packages/async-execute/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/async-execute/.npmrc

This file was deleted.

37 changes: 0 additions & 37 deletions packages/async-execute/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/async-execute/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions packages/async-execute/package.json

This file was deleted.

87 changes: 0 additions & 87 deletions packages/async-execute/spec.js

This file was deleted.

0 comments on commit 504372c

Please sign in to comment.