redux-testkit
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -23,2 +23,4 @@ 'use strict'; | ||
require("babel-polyfill"); | ||
module.exports = { Reducer: _Reducer2.default, Selector: _Selector2.default, Thunk: _Thunk2.default, FlushThunks: FlushThunks }; |
{ | ||
"name": "redux-testkit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/" |
@@ -0,1 +1,3 @@ | ||
require("babel-polyfill"); | ||
import Reducer from './Reducer'; | ||
@@ -2,0 +4,0 @@ import Selector from './Selector'; |
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
194369
601