Update blacklist.js

Summary: Since we rely on a non npm version of `react-tools` which includes docs and other unnecessary files we need to make sure we blacklist some of them as otherwise the packager fails
Closes https://github.com/facebook/react-native/pull/3616

Reviewed By: svcscm

Differential Revision: D2572024

Pulled By: mkonicek

fb-gh-sync-id: 2082cd69e2ccddb275dfdc7db107d4ed6b826bbb
This commit is contained in:
Martín Bigio 2015-10-22 14:18:41 -07:00 committed by facebook-github-bot-6
parent a55fc77f82
commit 05c282f251
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ var sharedBlacklist = [
'node_modules/react-tools/src/renderers/shared/event/EventPropagators.js',
'node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js',
'node_modules/react-tools/src/shared/vendor/core/ExecutionEnvironment.js',
'node_modules/react-tools/docs/js/react.js',
'node_modules/react-tools/src/package.json',
// Those conflicts with the ones in react-tools/. We need to blacklist the
// internal version otherwise they won't work in open source.