chore(clean-shrinkwrap): chokidar is now fixed at v0.8.2

This commit is contained in:
Peter Bacon Darwin
2014-04-23 11:57:14 +01:00
parent e0375a61d0
commit 950c9724ba

View File

@@ -23,7 +23,7 @@ function cleanModule(module, name) {
if (name === 'chokidar') {
if (module.version === '0.8.1') {
delete module.dependencies;
} else {
} 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");
}