From ae8ec69dc9b11ab34fe22b8c53d6467161133142 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 2 May 2019 10:01:27 -0500 Subject: [PATCH] fix(@embark/api): specify colors package as a dependency --- packages/embark-api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/embark-api/package.json b/packages/embark-api/package.json index bcdf8ae13..ea0ff2d4c 100644 --- a/packages/embark-api/package.json +++ b/packages/embark-api/package.json @@ -42,6 +42,7 @@ }, "dependencies": { "@babel/runtime-corejs2": "7.3.1", + "colors": "1.3.2", "embark-async-wrapper": "^4.0.0", "embark-utils": "^4.1.0-beta.0" },