redux-toolbelt-saga
Advanced tools
Comparing version 2.1.0 to 2.1.2
@@ -0,0 +0,0 @@ ## v2.0.0 (2017-10-08) |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "redux-toolbelt-saga", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "Saga helpers for redux-toolbelt", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "cross-env BABEL_ENV=build babel src --out-dir lib" | ||
"build": "cross-env BABEL_ENV=build babel src --out-dir lib && copyfiles -f 'src/*.d.ts' lib" | ||
}, | ||
@@ -20,3 +20,4 @@ "repository": "git+https://github.com/welldone-software/redux-toolbelt.git", | ||
"peerDependencies": { | ||
"redux-saga": "^0.15.6" | ||
"redux-saga": "^0.15.6", | ||
"redux-toolbelt": ">= 2.2.2" | ||
}, | ||
@@ -26,3 +27,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bf83e5143253afec29747227cbb217193acc98a5" | ||
"gitHead": "871ac8b152b7a78007d0e4adc89451c0303c052d" | ||
} |
@@ -0,0 +0,0 @@ # redux-toolbelt-saga |
export makeAsyncSaga from './makeAsyncSaga' |
@@ -0,0 +0,0 @@ import { call, put, takeLatest } from 'redux-saga/effects' |
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
14
352
16606
2