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

This commit is contained in:
Peter Bacon Darwin
2014-09-05 19:48:38 +02:00
parent 992101da10
commit ece7d19115

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");
}
}