From c221dbb4a00b8bc38049003837e8a51dd6d2424f Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 31 Mar 2017 16:45:52 -0600 Subject: [PATCH] Added credits --- bin/cli-plugins | 3 +++ 1 file changed, 3 insertions(+) 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!