This package has been deprecated

Author message:

Use ape-updating instead.

apeman-dev-commons-updating

1.0.2 • Public • Published

apeman-dev-commons-updating

Build Status Code Climate Code Coverage npm version

apeman dev common module for updating.

Installation

Install module via npm.

# Install as local module.
$ npm install apeman-dev-commons-updating --save

Usage

updateDependencies

Update npm dependencies.

#!/usr/bin/env node

var updating = require('apeman-dev-commons-updating');


updating.updateDependencies(function (err) {
    /*...*/
});

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-dev-commons-updating

Weekly Downloads

6

Version

1.0.2

License

MIT

Last publish

Collaborators

  • okunishinishi