Skip to content

Commit

Permalink
Upgrade stream-to-observable@0.3.0 - fixes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed May 9, 2018
1 parent b295525 commit 447e8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/task.js
@@ -1,6 +1,6 @@
'use strict';
const isPromise = require('is-promise');
const streamToObservable = require('stream-to-observable');
const streamToObservable = require('@samverschueren/stream-to-observable');
const Subject = require('rxjs').Subject;
const renderer = require('./renderer');
const state = require('./state');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,6 +38,7 @@
"idle"
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"cli-truncate": "^0.2.1",
"figures": "^1.7.0",
"indent-string": "^2.1.0",
Expand All @@ -51,8 +52,7 @@
"log-update": "^1.0.2",
"ora": "^0.2.3",
"p-map": "^1.1.1",
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-rc.1",
"stream-to-observable": "^0.2.0",
"rxjs": "^6.1.0",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 447e8d1

Please sign in to comment.