stream-cp exhausts file handles, ditch it

This commit is contained in:
Paul Betts 2015-05-04 01:00:41 -07:00
Родитель 4ec23b002e
Коммит da3269d2a2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -24,9 +24,9 @@
"dependencies": {
"babel-core": "^5.2.9",
"lodash": "^3.8.0",
"ncp": "^2.0.0",
"npm": "^2.9.0",
"promise": "^7.0.1",
"rimraf": "^2.3.3",
"stream-cp": "^0.1.1"
"rimraf": "^2.3.3"
}
}