[fix] fbjs version compatible with React Native

React Native 0.21 currently uses fbjs@0.6.x, and React Native 0.22 will
use fbjs@0.7.x.

Fix #103
This commit is contained in:
Nicolas Gallagher
2016-03-20 12:11:31 -07:00
parent 924dc36d4a
commit 203980ab66
+1 -1
View File
@@ -16,7 +16,7 @@
"test:watch": "npm run test -- --no-single-run"
},
"dependencies": {
"fbjs": "^0.7.2",
"fbjs": "0.6.x || 0.7.x",
"inline-style-prefix-all": "^1.0.3",
"lodash.debounce": "^4.0.3",
"react-textarea-autosize": "^3.1.0",