Skip to content

Commit

Permalink
Remove classNames lib from dev dependencies
Browse files Browse the repository at this point in the history
`classnames` is used by `src/calendar/activeDate` but was included
as development dependency.
  • Loading branch information
kwltrs committed Jun 13, 2016
1 parent d16ffb3 commit b7173e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"browserify": "^13.0.0",
"budo": "^8.2.1",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"enzyme": "^2.3.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
Expand Down Expand Up @@ -62,5 +61,8 @@
"peerDependencies": {
"ffe-core": "^6.2.0",
"react": "^15.0.1"
},
"dependencies": {
"classnames": "^2.2.5"
}
}

0 comments on commit b7173e9

Please sign in to comment.