From a2c76ba0b9b5419f8ea11b7868bd32a05de2eccb Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Thu, 11 Feb 2016 14:37:00 -0500 Subject: [PATCH] Add Logger to CLI dependencies. issue #71 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4d99ab5..bc8a3df 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ } ], "dependencies": { + "@modulus/logger": "~1.2.0", "async": "0.1.x", "colors": "0.6.x", "commander-plus": "0.0.x",