Upgrade fbjs-haste to 0.3.4

Summary:
public

Attempt to fix https://travis-ci.org/facebook/react-native/builds

Steps:

    cd .../react-native-github
    npm install fbjs-haste@0.3.4
    # manually update npm-shrinkwrap.json (normally done using npm shrinkwrap --dev but the shrinkwrap file is out of date)

Reviewed By: zpao

Differential Revision: D2755259

fb-gh-sync-id: c5237adcc14e9e21cc09dfad765eff16ddf28484
This commit is contained in:
Martin Konicek 2015-12-14 11:07:36 -08:00 committed by facebook-github-bot-5
parent 4626de9ba3
commit e35469e1db
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1756,9 +1756,9 @@
}
},
"fbjs-haste": {
"version": "0.3.3",
"from": "fbjs-haste@0.3.3",
"resolved": "https://registry.npmjs.org/fbjs-haste/-/fbjs-haste-0.3.3.tgz"
"version": "0.3.4",
"from": "fbjs-haste@0.3.4",
"resolved": "https://registry.npmjs.org/fbjs-haste/-/fbjs-haste-0.3.4.tgz"
},
"fbjs-scripts": {
"version": "0.4.0",

View File

@ -89,7 +89,7 @@
"connect": "^2.8.3",
"debug": "^2.2.0",
"event-target-shim": "^1.0.5",
"fbjs-haste": "^0.3.3",
"fbjs-haste": "^0.3.4",
"fbjs-scripts": "^0.4.0",
"graceful-fs": "^4.1.2",
"image-size": "^0.3.5",