We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb5142 commit 7fb9babCopy full SHA for 7fb9bab
1 file changed
tools/amd/bower.json
@@ -8,15 +8,13 @@
8
"react-bootstrap.js"
9
],
10
"keywords": [
11
- "react",
12
- "react-component",
13
- "bootstrap"
+ <%= _.map(pkg.keywords, function(keyword) { return '"' + keyword + '"' }).join(',\n ')%>
14
15
"ignore": [
16
"**/.*"
17
18
"dependencies": {
19
- "react": ">= 0.13.0",
20
- "classnames": "^2.0.0"
+ "classnames": "<%= pkg.dependencies.classnames %>",
+ "react": "<%= pkg.peerDependencies.react %>"
21
}
22
0 commit comments