Skip to content

Commit fbbb344

Browse files
committedJun 13, 2015
[fixed] bower template.
Removed "classnames" from dependencies because webpack bundles it.
1 parent 6e60d2b commit fbbb344

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎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)