From 13f48931f2dccb1120058d563c69572a31ad9ecd Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 15 Mar 2015 20:55:39 -0700 Subject: [PATCH] Updates from Sun 15 Mar - [ReactNative] Add website to blacklist | Christopher Chedeau - Ported ART to new UIManager | Nick Lockwood - [ReactNative] Fix File Watcher test | Christopher Chedeau - [ReactNative] OSS Interaction Manager | Christopher Chedeau --- blacklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist.js b/blacklist.js index 468a6040..850a8724 100644 --- a/blacklist.js +++ b/blacklist.js @@ -7,6 +7,7 @@ // modulePathIgnorePatterns. var sharedBlacklist = [ __dirname, + 'website', 'node_modules/parse/node_modules/xmlhttprequest/lib/XMLHttpRequest.js', 'node_modules/react-tools/src/utils/ImmutableObject.js', 'node_modules/react-tools/src/core/ReactInstanceHandles.js',