- add smartos support for package install - thanks @sax
- support to compile with all processors available (default 2 if unknown) - thanks @ChrisLundquist
- moved to
platform_family
syntax - ensure npm recipe honours the 'source' or 'package' setting - thanks @markbirbeck
- updated the default versions to the latest stable node/npm
- fixed bug that prevented overwritting the node/npm versions (moved the
src_url
s as local variables instead of attributes) - thanks @johannesbecker - updated the default versions to the latest node/npm
- added packages installation support thanks to Nathan L Smith