react-redux-alerts
Advanced tools
Comparing version 1.3.2 to 1.3.4
@@ -19,3 +19,3 @@ 'use strict'; | ||
var _alertContainer = require('/alertContainer'); | ||
var _alertContainer = require('./alertContainer'); | ||
@@ -22,0 +22,0 @@ var _alertContainer2 = _interopRequireDefault(_alertContainer); |
{ | ||
"name": "react-redux-alerts", | ||
"version": "1.3.2", | ||
"version": "1.3.4", | ||
"description": "A lightweight library for creating keyed alerts in a Redux app", | ||
@@ -17,2 +17,6 @@ "main": "./lib/index.js", | ||
}, | ||
"peerDependencies": { | ||
"react-redux": "^3.0.0 || ^4.0.0", | ||
"redux": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -19,0 +23,0 @@ "babel-cli": "^6.10.1", |
import actions from './actions'; | ||
import alertReducer from './reducer'; | ||
import constants from './constants'; | ||
import createAlert from '/alertContainer'; | ||
import createAlert from './alertContainer'; | ||
@@ -6,0 +6,0 @@ export default { |
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
17922
3