Skip to content

Commit 62181b3

Browse files
committed
Merge pull request react-bootstrap#828 from AlexKVal/bowerJson3
Fix bower template
2 parents 6120c7b + fbbb344 commit 62181b3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tools/amd/bower.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
"react-bootstrap.js"
99
],
1010
"keywords": [
11-
"react",
12-
"react-component",
13-
"bootstrap"
11+
<%= _.map(pkg.keywords, function(keyword) { return '"' + keyword + '"' }).join(',\n ')%>
1412
],
1513
"ignore": [
1614
"**/.*"
1715
],
1816
"dependencies": {
19-
"react": ">= 0.13.0"
17+
"react": "<%= pkg.peerDependencies.react %>"
2018
}
2119
}

0 commit comments

Comments
 (0)