Skip to content

Commit

Permalink
remove certain things and added stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
a1vy committed Dec 12, 2019
1 parent f0ee0f4 commit 883cb2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,14 +10,14 @@ Mono repo holding multiple packages
| **`@recursive/assign`** | [Recursive assign for objects, arrays and more](./packages/assign#readme) | [![1.2.5](https://img.shields.io/npm/v/@recursive/assign.svg)](https://www.npmjs.com/package/@recursive/assign)
| **`async-execute`** | [πŸ¦… Execute command in a child process](./packages/async-execute#readme) | [![1.1.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.6](https://img.shields.io/npm/v/babelrc.svg)](https://www.npmjs.com/package/babelrc)
| **`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)
| **`bound-call`** | [πŸ‘” Create a bound call where you can pass 'this' context as an argument](./packages/bound-call#readme) | [![0.0.0](https://img.shields.io/npm/v/bound-call.svg)](https://www.npmjs.com/package/bound-call)
| **`boxt`** | [Create boxes around text](./packages/boxt#readme) | [![0.4.0](https://img.shields.io/npm/v/boxt.svg)](https://www.npmjs.com/package/boxt)
| **`chunkalyse`** | [🍰 Summarise webpack stats output file](./packages/chunkalyse#readme) | [![0.5.8](https://img.shields.io/npm/v/chunkalyse.svg)](https://www.npmjs.com/package/chunkalyse)
| **`committee`** | [πŸ•Ά Commit as someone else](./packages/committee#readme) | [![0.0.7](https://img.shields.io/npm/v/committee.svg)](https://www.npmjs.com/package/committee)
| **`@lets/count`** | [πŸ”’ Consistent counter](./packages/count#readme) | [![1.0.0](https://img.shields.io/npm/v/@lets/count.svg)](https://www.npmjs.com/package/@lets/count)
| **`create-git-alias`** | [πŸ‘¨πŸ» - interactively apply useful git aliases](./packages/create-git-alias#readme) | [![1.1.6](https://img.shields.io/npm/v/create-git-alias.svg)](https://www.npmjs.com/package/create-git-alias)
| **`create-git-alias`** | [πŸ‘¨πŸ» - interactively apply useful git aliases](./packages/create-git-alias#readme) | [![1.3.0](https://img.shields.io/npm/v/create-git-alias.svg)](https://www.npmjs.com/package/create-git-alias)
| **`create-npx`** | [πŸ”’ bare bones bin wrapper for NPX](./packages/create-npx#readme) | [![0.1.4](https://img.shields.io/npm/v/create-npx.svg)](https://www.npmjs.com/package/create-npx)
| **`dangerfile`** | [🚨 Centralised Dangerfile](./packages/dangerfile#readme) | [![0.2.1](https://img.shields.io/npm/v/dangerfile.svg)](https://www.npmjs.com/package/dangerfile)
| **`dirdo`** | [πŸ—‚ Execute command in all nested directories](./packages/dirdo#readme) | [![0.1.0](https://img.shields.io/npm/v/dirdo.svg)](https://www.npmjs.com/package/dirdo)
Expand All @@ -28,7 +28,7 @@ Mono repo holding multiple packages
| **`errobj`** | [☠️ Serialise errors to literal (JSONable) object](./packages/errobj#readme) | [![2.1.0](https://img.shields.io/npm/v/errobj.svg)](https://www.npmjs.com/package/errobj)
| **`eslint-plugin-log`** | [πŸ‘• ESLint plugin: log the paths of all files being linted](./packages/eslint-plugin-log#readme) | [![1.2.3](https://img.shields.io/npm/v/eslint-plugin-log.svg)](https://www.npmjs.com/package/eslint-plugin-log)
| **`@omrilotan/eslint-config`** | [πŸ”§ My usual eslint-config](./packages/eslintrc#readme) | [![1.1.0](https://img.shields.io/npm/v/@omrilotan/eslint-config.svg)](https://www.npmjs.com/package/@omrilotan/eslint-config)
| **`@does/exist`** | [πŸ—„ Check if a file exists](./packages/exist#readme) | [![1.0.0](https://img.shields.io/npm/v/@does/exist.svg)](https://www.npmjs.com/package/@does/exist)
| **`@does/exist`** | [πŸ—„ Check if a file exists](./packages/exist#readme) | [![1.1.0](https://img.shields.io/npm/v/@does/exist.svg)](https://www.npmjs.com/package/@does/exist)
| **`@recursive/flatten`** | [🍳 Flatten arrays of arrays, as long as all the members are arrays](./packages/flatten#readme) | [![1.0.1](https://img.shields.io/npm/v/@recursive/flatten.svg)](https://www.npmjs.com/package/@recursive/flatten)
| **`handle-rejection`** | [πŸ’€ Handle unhandled rejections](./packages/handle-rejection#readme) | [![0.1.1](https://img.shields.io/npm/v/handle-rejection.svg)](https://www.npmjs.com/package/handle-rejection)
| **`hypertonia`** | [A theme for Hyper.](./packages/hypertonia#readme) | [![0.2.8](https://img.shields.io/npm/v/hypertonia.svg)](https://www.npmjs.com/package/hypertonia)
Expand Down

0 comments on commit 883cb2b

Please sign in to comment.