Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a direct dependency on ansi-colors
It's used directly in src/index.js. Without this, if I used plugin-lambda-invoker in a project that has no other transitive dependencies on ansi-colors, I get: ``` Error: Plugin error: - Unable to load plugin 'architect/plugin-lambda-invoker': Cannot find module 'ansi-colors' ```
- Loading branch information