aboutsummaryrefslogtreecommitdiffstats
path: root/web/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/bower.json')
-rw-r--r--web/bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bower.json b/web/bower.json
index 2d526289..6640bae2 100644
--- a/web/bower.json
+++ b/web/bower.json
@@ -17,7 +17,7 @@
"path": "src/vendor",
"sources": {
"lodash": "bower_components/lodash/dist/lodash.js",
- "react": "bower_components/react/react-with-addons.js",
+ "react": ["bower_components/react/react-with-addons.js", "bower_components/react/JSXTransformer.js"],
"react-bootstrap": "bower_components/react-bootstrap/react-bootstrap.js"
}
}