Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
[KFI]fix(Epics): Add rxjs mergeMap import
Browse files Browse the repository at this point in the history
  • Loading branch information
herflis committed Oct 24, 2017
1 parent ef944c6 commit bcbabe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-redux",
"version": "3.3.0",
"version": "3.3.1",
"description": "A set of redux actions, reducers and redux-ovbservable epics for Sense/Net ECM",
"main": "dist/src/sn-redux.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/Epics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Reducers } from './Reducers';
import { ActionsObservable, combineEpics } from 'redux-observable';
import { Observable } from '@reactivex/rxjs';
import { Repository, Content, ContentTypes, Collection, ODataApi, Authentication } from 'sn-client-js';
import 'rxjs/add/operator/mergeMap';

/**
* Module for redux-observable Epics of the sensenet built-in OData actions.
Expand Down

0 comments on commit bcbabe9

Please sign in to comment.