Skip to content

Commit

Permalink
fix(package.json): move classnames to dependencies
Browse files Browse the repository at this point in the history
* Closes #32
  • Loading branch information
tomchentw committed Oct 11, 2015
1 parent a2c6800 commit 9a74e6f
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 @@ -55,8 +55,10 @@
"tomchentw-npm-dev": "^3.1.0"
},
"peerDependencies": {
"classnames": "^2.1.5",
"fbjs": "^0.3.1",
"react": "^0.14.0"
},
"dependencies": {
"classnames": "^2.1.5"
}
}

0 comments on commit 9a74e6f

Please sign in to comment.