mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
One of the actual dependencies (as opposed to devDependencies) of pathwatcher (fs-plus) depends on rimraf, but it doesn't get installed in pathwatcher/node_modules/fs-plus/node-modules/ because it's already installed in pathwatcher/node_modules/, so we should avoid deleting it.