Skip to content

Commit

Permalink
Switching back to is-equal-shallow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
src-code committed May 24, 2016
1 parent 3932dd2 commit 23d53d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"classnames": "^2.0.0",
"deep-equal": "^1.0.1",
"is-equal-shallow": "^0.1.0",
"subscribe-ui-event": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Sticky.jsx
Expand Up @@ -10,7 +10,7 @@ import React, {Component, PropTypes} from 'react';

import {subscribe} from 'subscribe-ui-event';
import classNames from 'classnames';
import isEqual from 'deep-equal';
import isEqual from 'is-equal-shallow';

// constants
const STATUS_ORIGINAL = 0; // The default status, locating at the original position.
Expand Down

0 comments on commit 23d53d3

Please sign in to comment.