apeman dev common module for updating.
Install module via npm.
# Install as local module.
$ npm install apeman-dev-commons-updating --save
Update npm dependencies.
#!/usr/bin/env node
var updating = require('apeman-dev-commons-updating');
updating.updateDependencies(function (err) {
/*...*/
});
This software is released under the MIT License.