Skip to content

Commit

Permalink
export modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pavvell committed Nov 4, 2017
1 parent 85c3d23 commit 0d85f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.js
@@ -0,0 +1,8 @@
export { Subject } from './es5/subjects/subject';
export { BehaviorSubject } from './es5/subjects/behaviourSubject';
export { ReplaySubject } from './es5/subjects/replaySubject';

export { merge } from './es5/operators/merge';
export { filter } from './es5/operators/filter';
export { combineLatest } from './es5/operators/combineLatest';
export { debounce } from './es5/operators/debounce';
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rxstream",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0d85f65

Please sign in to comment.