Changed react dep to "0.13.x || 0.14.x" in bower.json

This commit is contained in:
Jacob Wenger
2016-02-03 16:09:00 -08:00
parent e11dec349b
commit 10f2aa62f3

View File

@@ -32,7 +32,7 @@
"changelog.txt"
],
"dependencies": {
"react": "0.14.x",
"react": "0.13.x || 0.14.x",
"firebase": "2.x.x"
}
}