Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and bendrucker committed Nov 14, 2018
1 parent b9c7e3f commit 789aa75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stream-to-promise [![Build Status](https://travis-ci.org/bendrucker/stream-to-promise.svg)](https://travis-ci.org/bendrucker/stream-to-promise)
stream-to-promise [![Build Status](https://travis-ci.org/bendrucker/stream-to-promise.svg)](https://travis-ci.org/bendrucker/stream-to-promise) [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/stream-to-promise.svg)](https://greenkeeper.io/)
=================

> Convert streams (readable or writable) to promises
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"homepage": "https://github.com/bendrucker/stream-to-promise",
"dependencies": {
"any-promise": "~1.3.0",
"end-of-stream": "~1.1.0",
"end-of-stream": "~1.4.1",
"stream-to-array": "~2.3.0"
},
"devDependencies": {
"bluebird": "~3.4.1",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"bluebird": "~3.5.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"delayed-stream": "^1.0.0",
"mocha": "^3.0.0",
"mocha": "^5.2.0",
"rimraf": "^2.4.4",
"standard": "^8.0.0"
"standard": "^12.0.1"
},
"files": [
"index.js"
Expand Down

0 comments on commit 789aa75

Please sign in to comment.