This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Version 2.0.1
- Removed the
--version
and--edge
flags, which weren't being used. They'll be back eventually! - Changed the shorthand for
--directory
to-d
. - Removed the post-install script that wasn't being used anyway.
- Updated Bower to 1.6.8, which will remove a warning related to
fs-write-stream-atomic
. - Switched from the
exec
module to Node's built-inchild_process.exec
, which removes a deprecation warning seen when installing the CLI.