Updated README.md with some missing/incorrect dependency references for cli-color and clui. Updated incorrect method signature from 'update' to 'message' in the Spinner example.
Adding Line.contents() for fetching the contents of a line as a string.
Fixed a crash caused by inability to locate the required trim helper in the latest version of cli-color. (And locked down the version of the cli-color dependency to stop this from ever happening again.)
Removed lodash as a dependency in favor of vanilla JS, to keep installs faster and smaller than ever.
Initial release