ignite-andross
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -39,3 +39,3 @@ import { createStore, applyMiddleware, compose } from 'redux' | ||
// kick off root saga | ||
let sagasManager = sagaMiddleware(rootSaga) | ||
let sagasManager = sagaMiddleware.run(rootSaga) | ||
@@ -42,0 +42,0 @@ return { |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/infinitered/ignite-andross", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"files": [ | ||
@@ -10,0 +10,0 @@ "boilerplate", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1422715