redux-saga-model
Advanced tools
Comparing version 0.0.9415 to 0.0.9416
@@ -36,2 +36,4 @@ "use strict"; | ||
require("babel-polyfill"); | ||
var _redux = require("redux"); | ||
@@ -38,0 +40,0 @@ |
{ | ||
"name": "redux-saga-model", | ||
"version": "0.0.9415", | ||
"version": "0.0.9416", | ||
"dependencies": { | ||
"@types/react-router": "2.x", | ||
"@types/react-router-redux": "^4.0.40", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-runtime": "^6.23.0", | ||
@@ -8,0 +9,0 @@ "flatten": "^1.0.2", |
@@ -0,1 +1,2 @@ | ||
import 'babel-polyfill' | ||
import { createStore, applyMiddleware, compose, combineReducers } from "redux"; | ||
@@ -2,0 +3,0 @@ import createSagaMiddleware from "redux-saga/lib/internal/middleware"; |
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
234709
14
1828
17
+ Addedbabel-polyfill@^6.23.0
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedregenerator-runtime@0.10.5(transitive)