You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is silly. We include Q because orchestrator (a part of gulp) depends on it, but its not included.
25
-
// `del` further depends on `Promise` (and is also not included), so we just, patch the global scope's Promise to Q's
23
+
// `del` further depends on `Promise` (and is also not included), so we just, patch the global scope's Promise to Q's (which we already include in our deps because gulp depends on it)
0 commit comments