Skip to content

Commit f95b2ad

Browse files
committed
refactor(app): remove un-needed npm
1 parent 3c067c0 commit f95b2ad

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

common/reducers/CartReducer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import assign from 'object-assign';
31
import Immutable from 'immutable';
42
import {CartState} from '../constants/Types';
53
import createReducer from '../utils/createReducer';

common/reducers/ProductReducer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import assign from 'object-assign';
31
import Immutable from 'immutable';
42
import {ProductState, ProductRecord, convertToRecordMap } from '../constants/Types';
53
import {CartState} from '../constants/Types';

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"flux-constants": "^0.2.2",
4242
"history": "^2.0.1",
4343
"immutable": "^3.7.5",
44-
"object-assign": "^4.0.1",
4544
"react": "^15.0.0-rc.2",
4645
"react-dom": "^15.0.0-rc.2",
4746
"react-redux": "^4.0.0",

0 commit comments

Comments
 (0)