Skip to content

Commit ece7d19

Browse files
chore(clean-shrinkwrap): chokidar is fixed since 0.8.2
1 parent 992101d commit ece7d19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/clean-shrinkwrap.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ function cleanModule(module, name) {
2323
if (name === 'chokidar') {
2424
if (module.version === '0.8.1') {
2525
delete module.dependencies;
26-
} else if ( module.version !== '0.8.2') {
27-
throw new Error("Unfamiliar chokidar version (v" + module.version +
28-
") , please check status of https://github.com/paulmillr/chokidar/pull/106");
2926
}
3027
}
3128

0 commit comments

Comments
 (0)