Skip to content

Commit

Permalink
Merge 45c9d24 into dbc0c11
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Aug 1, 2016
2 parents dbc0c11 + 45c9d24 commit 4eb69a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"coveralls": "^2.11.8",
"eslint": "^3.0.1",
"eslint": "^3.2.0",
"eslint-plugin-ava": "^2.2.1",
"eslint-plugin-lodash-fp": "^2.0.0",
"nyc": "^7.0.0"
Expand Down
3 changes: 1 addition & 2 deletions src/fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const createFallback$ = filePath => {

return readFile$(filePath, {
encoding: 'UTF8'
})
.map(JSON.parse).filter(identity).map(wrapAction).map(parseAction).catch(() => Observable.empty());
}).map(JSON.parse).filter(identity).map(wrapAction).map(parseAction).catch(() => Observable.empty());
};

export default createFallback$;

0 comments on commit 4eb69a5

Please sign in to comment.