Skip to content

Commit

Permalink
Remove Deprecated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Mar 5, 2017
1 parent 89ca255 commit cb7401c
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 870 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"reactcss"
],
"dependencies": {
"classnames": "^2.2.0",
"lodash": "^4.0.1",
"merge": "^1.2.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
Expand Down
25 changes: 0 additions & 25 deletions src/deprecated/Component.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/deprecated/check-class-structure.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/deprecated/combine.js

This file was deleted.

71 changes: 0 additions & 71 deletions src/deprecated/inline.js

This file was deleted.

19 changes: 0 additions & 19 deletions src/deprecated/merge.js

This file was deleted.

155 changes: 0 additions & 155 deletions src/deprecated/transform-mixins.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/reactcss.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
'use strict'

import objectAssign from 'object-assign'

import flattenNames from './flattenNames'
import mergeClasses from './mergeClasses'
import autoprefix from './autoprefix'

export Component from './deprecated/Component'
export hover from './components/hover'
export handleHover from './components/hover'
export handleActive from './components/active'
Expand Down
12 changes: 0 additions & 12 deletions test/deprecated/Component.test.js

This file was deleted.

Loading

0 comments on commit cb7401c

Please sign in to comment.