Skip to content

Commit

Permalink
Update package description and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed May 22, 2014
1 parent 3684cb5 commit 1033188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# :monkey: gulp-plumber
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverall Status][coverall-image]][coverall-url] [![Dependency Status][depstat-image]][depstat-url]

> A plumber for [gulp](https://github.com/wearefractal/gulp)

> Prevent pipe breaking caused by errors from [gulp](https://github.com/wearefractal/gulp) plugins
This :monkey:-patch plugin is fixing [issue with Node Streams piping](https://github.com/gulpjs/gulp/issues/91). For explanations, read [this small article](https://gist.github.com/floatdrop/8269868).

Expand Down Expand Up @@ -42,7 +40,7 @@ Default: `{}`
Sets options described below from its properties. If type is `Function` it will set `errorHandler`.

#### options.inherit
Type: `Boolean`
Type: `Boolean`
Default: `true`

Monkeypatch `pipe` functions in underlying streams in pipeline.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-plumber",
"version": "0.6.1",
"description": "A plumber, for gulp pipeline",
"description": "Prevent pipe breaking caused by errors from gulp plugins",
"keywords": [
"gulpplugin"
],
Expand Down

0 comments on commit 1033188

Please sign in to comment.