Atomic install, remove locking, cache xz archives (for offline installs)

Reviewed By: martinbigio

Differential Revision: D3015398

fb-gh-sync-id: e0d987917b94ce541c8fa890930799aa8613737e
shipit-source-id: e0d987917b94ce541c8fa890930799aa8613737e
This commit is contained in:
Shayne Sweeney 2016-03-21 12:57:24 -07:00 коммит произвёл Facebook Github Bot 3
Родитель 5b5a89aefa
Коммит 77e1b3773a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,7 @@ var path = require('path');
// Don't forget to everything listed here to `package.json` // Don't forget to everything listed here to `package.json`
// modulePathIgnorePatterns. // modulePathIgnorePatterns.
var sharedBlacklist = [ var sharedBlacklist = [
/js\/tmp\/.*/,
/node_modules[/\\]react[/\\]dist[/\\].*/, /node_modules[/\\]react[/\\]dist[/\\].*/,
'node_modules/react/lib/React.js', 'node_modules/react/lib/React.js',
'node_modules/react/lib/ReactDOM.js', 'node_modules/react/lib/ReactDOM.js',