Navigation Menu

Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat committed Feb 3, 2019
1 parent c96bc43 commit b16d884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,9 +14,9 @@
* [filter `stream.filter(function)`](#filter-streamfilterfunction)
* [chunk `stream.chunk(length)`](#chunk-streamchunklength)
* [map `stream.map(function)`](#map-streammapfunction)
* [omit `stream.omit('field1', 'field2', ...)`](#omit-streamomitfield1-field2-)
* [pick `stream.pick('field1', 'field2', ...)`](#pick-streampickfield1-field2-)
* [pluck `stream.pluck('field');`](#pluck-streampluckfield)
* [omit `stream.omit(field1, field2, ...)`](#omit-streamomitfield1-field2-)
* [pick `stream.pick(field1, field2, ...)`](#pick-streampickfield1-field2-)
* [pluck `stream.pluck(field);`](#pluck-streampluckfield)
* [uniq `stream.uniq(field)`](#uniq-streamuniqfield)
* [weakSort `stream.weakSort(sortFunction, bufferMinSize, bufferMaxSize)`](#weaksort-streamweaksortsortfunction-bufferminsize-buffermaxsize)
* [onSeries `stream.onSeries(async function, concurrency)`](#onseries-streamonseriesasync-function-concurrency)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "flowage",
"version": "0.0.2",
"version": "0.0.3",
"description": "Easy filtering and transformations for NodeJS streams.",
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit b16d884

Please sign in to comment.