chore(clean-shrinkwrap): chokidar is fixed since 0.8.2

This commit is contained in:
Peter Bacon Darwin
2014-08-23 20:45:44 +01:00
committed by Vojta Jina
parent 41c1b8858f
commit be8ef25a5a

View File

@@ -23,9 +23,6 @@ function cleanModule(module, name) {
if (name === 'chokidar') {
if (module.version === '0.8.1') {
delete module.dependencies;
} else if ( module.version !== '0.8.2') {
throw new Error("Unfamiliar chokidar version (v" + module.version +
") , please check status of https://github.com/paulmillr/chokidar/pull/106");
}
}