We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b305ee commit cec5be5Copy full SHA for cec5be5
lib/prune.js
@@ -65,3 +65,4 @@ Pruner.prototype.loadAllDepsIntoIdealTree = function (cb) {
65
66
Pruner.prototype.runPreinstallTopLevelLifecycles = function (cb) { cb() }
67
Pruner.prototype.runPostinstallTopLevelLifecycles = function (cb) { cb() }
68
+Pruner.prototype.saveToDependencies = function (cb) { cb() }
0 commit comments