fix(@embark/api): specify colors package as a dependency

This commit is contained in:
Michael Bradley, Jr 2019-05-02 10:01:27 -05:00 committed by Iuri Matias
parent 2d2281999d
commit ae8ec69dc9

View File

@ -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"
},