Skip to content

Commit

Permalink
Merge pull request #44 from juliangruber/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 馃尨
  • Loading branch information
juliangruber committed Aug 10, 2018
2 parents e1f964f + 3f7ffdb commit 0634658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -3,7 +3,7 @@
A better `Stream#pipe` that creates duplex streams and lets you handle errors in one place.

[![build status](https://travis-ci.org/juliangruber/multipipe.svg?branch=master)](http://travis-ci.org/juliangruber/multipipe)
[![downloads](https://img.shields.io/npm/dm/multipipe.svg)](https://www.npmjs.org/package/multipipe)
[![downloads](https://img.shields.io/npm/dm/multipipe.svg)](https://www.npmjs.org/package/multipipe) [![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/multipipe.svg)](https://greenkeeper.io/)

## Example

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,9 @@
"object-assign": "^4.1.0"
},
"devDependencies": {
"mocha": "^3.0.0",
"prettier-standard": "^7.0.3",
"standard": "^10.0.3",
"mocha": "^5.2.0",
"prettier-standard": "^8.0.1",
"standard": "^11.0.1",
"through2": "^2.0.0"
},
"scripts": {
Expand Down

0 comments on commit 0634658

Please sign in to comment.