Skip to content

Commit

Permalink
refactor: use @pm2/js-api for login/register on pm2.io via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed May 30, 2018
1 parent db09275 commit cb6521a
Show file tree
Hide file tree
Showing 9 changed files with 725 additions and 419 deletions.
2 changes: 1 addition & 1 deletion lib/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ require('./API/Extra.js')(API);
require('./API/Interaction.js')(API);
require('./API/Deploy.js')(API);
require('./API/Modules/Modules.js')(API);
require('./API/Keymetrics/cli-api.js')(API);
require('./API/PM2/PM2IO.js')(API);
require('./API/Configuration.js')(API);
require('./API/Version.js')(API);
require('./API/Startup.js')(API);
Expand Down
253 changes: 0 additions & 253 deletions lib/API/Keymetrics/cli-api.js

This file was deleted.

Loading

0 comments on commit cb6521a

Please sign in to comment.