Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request react-bootstrap#828 from AlexKVal/bowerJson3
Browse files Browse the repository at this point in the history
Fix bower template
  • Loading branch information
mtscout6 committed Jun 13, 2015
2 parents 6120c7b + fbbb344 commit 62181b3
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 62181b3

Please sign in to comment.