Skip to content

Commit e032931

Browse files
committed
upgrade most-subject
1 parent a8904ae commit e032931

File tree

3 files changed

+2866
-2
lines changed

3 files changed

+2866
-2
lines changed

lib/engine/most.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {from,mergeArray} from 'most'
2-
import {subject} from 'most-subject'
2+
import {async as subject} from 'most-subject'
33
export default function Engine() {
44
const intentStream = subject(),
55
historyStream = subject(),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"most": "^1.0.5",
28-
"most-subject": "^4.1.3",
28+
"most-subject": "^5.2.0",
2929
"react": "^15.3.2",
3030
"rx": "^4.1.0"
3131
},

0 commit comments

Comments
 (0)