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

Commit 6a26b2c

Browse files
chore(clean-shrinkwrap): chokidar is now fixed at v0.8.2
1 parent 9ab9bf6 commit 6a26b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clean-shrinkwrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function cleanModule(module, name) {
2323
if (name === 'chokidar') {
2424
if (module.version === '0.8.1') {
2525
delete module.dependencies;
26-
} else {
26+
} else if ( module.version !== '0.8.2') {
2727
throw new Error("Unfamiliar chokidar version (v" + module.version +
2828
") , please check status of https://github.com/paulmillr/chokidar/pull/106");
2929
}

0 commit comments

Comments
 (0)