[build] readable-stream as a deep module for windows

The current dependency tree is now too deep to extract successfully on
windows, but adding readable-stream to the deepModules config in the
build process gets us back under the limit.
This commit is contained in:
Court Ewing 2016-04-28 17:17:38 -04:00
parent 7ab47405f0
commit d8fdbb8151

View file

@ -62,7 +62,8 @@ module.exports = function (grunt) {
'postcss-unique-selectors': '1.0.0',
'postcss-minify-selectors': '1.4.6',
'postcss-single-charset': '0.3.0',
'regenerator': '0.8.36'
'regenerator': '0.8.36',
'readable-stream': '2.1.0'
}
};