deskbookers-react-intl-redux
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -11,3 +11,3 @@ 'use strict'; | ||
var _reactIntl = require('react-intl'); | ||
var _deskbookersReactIntl = require('deskbookers-react-intl'); | ||
@@ -28,2 +28,2 @@ function defaultSelector(state) { | ||
exports.default = (0, _reactRedux.connect)(mapStateToProps)(_reactIntl.IntlProvider); | ||
exports.default = (0, _reactRedux.connect)(mapStateToProps)(_deskbookersReactIntl.IntlProvider); |
{ | ||
"name": "deskbookers-react-intl-redux", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Redux binding for React Intl", | ||
@@ -45,3 +45,3 @@ "main": "lib/index", | ||
"react-dom": "^15.5.4", | ||
"react-intl": "^2.3.0", | ||
"deskbookers-react-intl": "^2.3.0", | ||
"react-redux": "^5.0.4", | ||
@@ -48,0 +48,0 @@ "react-test-renderer": "^15.5.4", |
import {connect} from 'react-redux' | ||
import {IntlProvider} from 'react-intl' | ||
import {IntlProvider} from 'deskbookers-react-intl' | ||
@@ -4,0 +4,0 @@ function defaultSelector(state) { |
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
10220