- Extract
npm-client-api
to it's own package - Rename "Atom NPM" to "NPM"
- Fix outdated
- Rewrite
outdated
- use API instead ofBufferedProcess
- List outdated packages in list (not in notification)
- Allow to update outdated package from list
- Rewrite
update
- use API instead ofBufferedProcess
- Rewrite
install
- use API instead ofBufferedProcess
- Rename
install
toinstall-dependencies
- Rename
update
toupdate-dependencies
- Use
BufferedProcess
instead ofspawnSync
(better responsively) - Added notification before executing command
- fix repo url
- First Release