Skip to content

Commit

Permalink
Move reduxShape under utils. Refs #192
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jun 29, 2015
1 parent 1031539 commit 34fe400
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/createConnector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createReduxShape from './createReduxShape';
import createReduxShape from '../utils/createReduxShape';
import identity from '../utils/identity';
import shallowEqual from '../utils/shallowEqual';
import isPlainObject from '../utils/isPlainObject';
Expand Down
2 changes: 1 addition & 1 deletion src/components/createProvider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createReduxShape from './createReduxShape';
import createReduxShape from '../utils/createReduxShape';

export default function createProvider(React) {
const { Component, PropTypes } = React;
Expand Down
File renamed without changes.

1 comment on commit 34fe400

@gaearon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.