diff --git a/bin/cli-plugins b/bin/cli-plugins index 319c046b3..ecffd6f0b 100755 --- a/bin/cli-plugins +++ b/bin/cli-plugins @@ -4,6 +4,9 @@ * Module dependencies. */ +// Interface heavily inspired by the yarn package manager: +// https://yarnpkg.com/ + const program = require('./commander'); // Make things colorful!