Replace dependency `classnames-minimal` with `classnames`

old
jpersson 2015-11-21 13:04:09 -05:00
parent e76cec03f0
commit f5134d256c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import React from 'react';
import classNames from 'classnames-minimal';
import classNames from 'classnames';
import style from './style';
import FontIcon from '../font_icon';
import Tooltip from '../tooltip';

View File

@ -56,7 +56,7 @@
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"classnames-minimal": "^1.0.0",
"classnames": "^2.2.0",
"core-js": "^1.2.6",
"cpx": "^1.2.1",
"cross-env": "^1.0.4",