Skip to content

Commit

Permalink
[fixed] bower template.
Browse files Browse the repository at this point in the history
Removed "classnames" from dependencies because webpack bundles it.
  • Loading branch information
AlexKVal committed Jun 13, 2015
1 parent 6e60d2b commit fbbb344
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/amd/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"react-bootstrap.js"
],
"keywords": [
"react",
"react-component",
"bootstrap"
<%= _.map(pkg.keywords, function(keyword) { return '"' + keyword + '"' }).join(',\n ')%>
],
"ignore": [
"**/.*"
],
"dependencies": {
"react": ">= 0.13.0"
"react": "<%= pkg.peerDependencies.react %>"
}
}

0 comments on commit fbbb344

Please sign in to comment.