fix(@embark/api): import colors pkg so type string has .stripColors

This commit is contained in:
Michael Bradley, Jr 2019-05-01 11:33:12 -05:00 committed by Michael Bradley
parent 086b3a3877
commit fbfe376101
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import bodyParser from "body-parser"; import bodyParser from "body-parser";
import "colors";
import cors from "cors"; import cors from "cors";
import {Embark, Plugins} from "embark"; import {Embark, Plugins} from "embark";
import express, {NextFunction, Request, Response} from "express"; import express, {NextFunction, Request, Response} from "express";