Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit be8ef25

Browse files
petebacondarwinvojtajina
authored andcommitted
chore(clean-shrinkwrap): chokidar is fixed since 0.8.2
1 parent 41c1b88 commit be8ef25

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)