Skip to content

Commit

Permalink
Merge pull request #42 from claydiffrient/patch-1
Browse files Browse the repository at this point in the history
Moves classnames to dependencies
  • Loading branch information
mzabriskie committed Jul 15, 2015
2 parents 669f3a8 + fbb07d4 commit 3938e55
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
"uglify-js": "2.4.15",
"webpack-dev-server": "1.6.5"
},
"peerDependencies": {
"react": ">=0.12.0",
"dependencies": {
"classnames": "^1.2.0"
},
"peerDependencies": {
"react": ">=0.12.0"
},
"tags": [
"react",
"modal",
Expand All @@ -57,4 +59,4 @@
"browserify-shim": {
"react": "global:React"
}
}
}

0 comments on commit 3938e55

Please sign in to comment.